# m-vue-tpl
[`m-vue-tpl`](https://github.com/qzcmask/m-vue-tpl) is a command line to generate vue project structure automatically.

## Usages

### Installation

```
npm i m-vue-tpl -g
```

### Init project structure

```
m-vue-tpl -n projectName
m-vue-tpl --new projectName

cd projectName && npm install
npm run dev or npm run build

// if you want to start the server, you can do as follows
// open in a new command interface
npm run server
```

### Other commands

```
m-vue-tpl -v
m-vue-tpl --version

m-vue-tpl -h
m-vue-tpl --help
```

## Contact

Author: Mask

Email: 923746590@qq.com

Project Github Address: [`m-vue-tpl`](https://github.com/qzcmask/m-vue-tpl)