https://github.com/singcl/vue-book
vue-book通讯录
https://github.com/singcl/vue-book
Last synced: 10 months ago
JSON representation
vue-book通讯录
- Host: GitHub
- URL: https://github.com/singcl/vue-book
- Owner: singcl
- Created: 2017-01-20T09:45:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T10:09:24.000Z (over 9 years ago)
- Last Synced: 2025-02-22T18:22:59.839Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-book
> A Vue.js project
## 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).