magicx-cli
v0.0.1
Published
"# magicx-cli"
Downloads
6
Readme
magic-cli
A simple Vue 2.0 Webpack 4 &
vue-loader
&vue-router
setup for quick develop.
This template is Vue 2.0 & webpack 4 compatible.
Usage
This is a project template for magic-cli.
$ npm install -g magicx-cli
$ magic init my-project
$ cd my-project
$ npm install
$ npm run dev
Doc
help
You can use magicx --help for help.
magicx --help
version
You can use magicx -v to get version.
magicx -v
init
You can use magicx init to create your project for webpack 4 and vue 2.
magicx init project-name
notice
In this version , you can't copy the cli into an exist folder except the outermost folder. In next version , I will fixed this.