https://github.com/bboydflo/vue-experiment
getting started with vue
https://github.com/bboydflo/vue-experiment
Last synced: 11 months ago
JSON representation
getting started with vue
- Host: GitHub
- URL: https://github.com/bboydflo/vue-experiment
- Owner: bboydflo
- Created: 2017-01-22T22:12:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T22:13:16.000Z (over 9 years ago)
- Last Synced: 2025-05-16T19:47:42.477Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-experiment
> a vue js experiment
## 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
```
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).