2.3.0 • Published 7 years ago
vue-make-cli v2.3.0
vue-make-cli
Installation
yarn global add vue-make-cli
# or
npm install -g vue-make-cli
Usage
vue-make --help
Create a new page/view
# your page will be create in src/pages
vue-make page /product/index
# your view will be create in src/views
vue-make view /product/index
Config
vue-make.json
{
"styleType": "css",
"page": {
"directory": "./src/pages",
"targetDirectoryPrefix": "",
"stylePrefix": "",
"layout": false
},
"view": {
"directory": "./src/views",
"targetDirectoryPrefix": "",
"stylePrefix": "",
"layout": false
},
"component": {
"directory": "./src/components",
"targetDirectoryPrefix": "",
"stylePrefix": ""
},
"directive": {
"directory": "./src/directives"
},
"mixin": {
"directory": "./src/mixins"
},
"store": {
"directory": "./src/store"
}
}
2.3.0
7 years ago
2.2.8
7 years ago
2.2.7
7 years ago
2.2.6
7 years ago
2.2.5
7 years ago
2.2.4
7 years ago
2.2.3
7 years ago
2.2.2
7 years ago
2.2.1
7 years ago
2.2.0
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago