shadows-mini-cli
v1.1.7
Published
Build mini-project for support ES6 Syntax
Downloads
1
Readme
Sometimes, we need use the ES6 Syntax, but we don't know how to use webpack
, and don't want use vue
or react
, it's too weight for us.
So, We can use the shadows-mini-cli
to build a ES6 environment.
At first, we install it.
npm i shadows-mini-cli -g
Then, we can use it like this:
mini create <app-name>
Enter your created project, use npm install
and npm start
, It works!