generator-suku
v0.8.0
Published
generator for simple component lab
Downloads
5
Readme
generator-suku
Yeoman generator
##Intro
A super light-weight front-end dev-server.
Supports
scss
,react
, and hot module reload.It's super light than gulp , grunt, or something else.
#Usage
- First you should install
yo
npm install -g yo
- Then, install
generator-suku
npm install -g generator-suku
- Finally, run suku generator
yo suku
- And here you are, you got the simple and elegant server for building something amazing.
Directory structure
src
: It's the place you put your JavaScript.dist
: Where webpack's bundle output.static
: Where all of the assets are.And that's all, if you want to develop a simple front-end component, you can try
suku
:D
License
MIT