https://github.com/eightfeet/vue2-cli-demo
demo
https://github.com/eightfeet/vue2-cli-demo
Last synced: 2 months ago
JSON representation
demo
- Host: GitHub
- URL: https://github.com/eightfeet/vue2-cli-demo
- Owner: eightfeet
- Created: 2016-10-12T03:24:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T04:46:00.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T22:40:03.714Z (6 months ago)
- Language: JavaScript
- Homepage: https://eightfeet.github.io/vue2-cli-demo/
- Size: 365 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mycli
> base on vue2.0
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).