https://github.com/kxxoling/vue-demos
Vue.js demos
https://github.com/kxxoling/vue-demos
Last synced: 3 days ago
JSON representation
Vue.js demos
- Host: GitHub
- URL: https://github.com/kxxoling/vue-demos
- Owner: kxxoling
- Created: 2016-03-18T13:03:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T02:30:58.000Z (over 9 years ago)
- Last Synced: 2025-03-30T06:12:00.840Z (7 months ago)
- Language: Vue
- Homepage: http://gh.windrunner.info/vue-demos/
- Size: 106 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-demos
> Demos of Vue.js written in components based on vue-loader.
## 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).