https://github.com/chrisvfritz/my-vue-project
https://github.com/chrisvfritz/my-vue-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisvfritz/my-vue-project
- Owner: chrisvfritz
- Created: 2016-01-16T23:57:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T21:34:43.000Z (about 9 years ago)
- Last Synced: 2025-01-07T08:35:44.677Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-vue-project
> 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 test
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).