generator-blockfe-cli
v0.0.4
Published
a yeoman generator to start a web project quickly
Downloads
5
Maintainers
Readme
generator-blockfe-cli
Background
Help you to quickly start a project based on Webpack.
In my work, I often need to start a tiny demo quickly to
- try a npm lib by
import
- test/try a webpack plugin or loader
- write a demo page for some features
- ……
Without configuring Wepack, generator-blockfe-cli
makes these more simple.
Install
Install Yeoman and generator-blockfe-cli (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-blockfe-cli
Usage
yo blockfe-cli