14 lines
350 B
JSON
14 lines
350 B
JSON
{
|
|
"name": "vue-cli-template-webpack",
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"description": "A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.",
|
|
"scripts": {
|
|
"docs": "cd docs && gitbook serve",
|
|
"docs:deploy": "bash ./deploy-docs.sh"
|
|
},
|
|
"devDependencies": {
|
|
"vue-cli": "^2.8.1"
|
|
}
|
|
}
|