@beisen/skeleton
v0.0.4
Published
skeleton for vue
Downloads
4
Readme
skeleton
skeleton for vue
Development Setup
# install dependencies
$ npm install
# dev mode
$ npm run dev
# test
$ npm run test
# build
$ npm run build
This project was built with yeoman and generator-vue-component :heart:
script
- "dev": "webpack-dev-server --inline --hot --quiet --port 8080 --open --config build/webpack.config.js",
- "build-all": "npm run build && npm run build-docs",
- "build-docs": "webpack --progress --hide-modules --config build/webpack.config.js && set NODE_ENV=production webpack --progress --hide-modules",
- "build": "webpack --progress --hide-modules --config build/webpack.build.min.js && webpack --progress --hide-modules --config build/webpack.build.js",
- "prepublish": "npm run build-all",
- "preinstall": "npm run build-all",
- "eslint": "eslint --ext .js,.vue src"