UNPKG

magic-cli

Version:

A tools to help you easily develop react(vue) project

11 lines 789 B
# list of todos 1. __magic-alias__ set an alias to template name , you can forget the long template name. 2. __magic-unalias__ delete an alias 3. __magic-build__ some default config to webpack to build,dev,test your project. options : > `--vue` : use `vue` build and __vue.conf.js__ default,if you not add this option,it will use __react.conf.js__ > `--dev` : start a server to development .... 4. __magic-generate__ generate some file form blueprints, for example a component, a route and so on. you can see [redux-cli](https://github.com/SpencerCDixon/redux-cli) 5. __magic-new__ init a project from a template ,like [vue-cli](https://github.com/vuejs/vue-cli) , but it's different that can be rerun to config your already initiated. ......