https://github.com/markusantonwolf/vue-js-learning
First steps in Vue.js
https://github.com/markusantonwolf/vue-js-learning
Last synced: 3 months ago
JSON representation
First steps in Vue.js
- Host: GitHub
- URL: https://github.com/markusantonwolf/vue-js-learning
- Owner: markusantonwolf
- Created: 2018-10-20T12:35:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T14:15:29.000Z (over 7 years ago)
- Last Synced: 2025-02-09T16:06:07.659Z (over 1 year ago)
- Language: Vue
- Size: 193 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-js-learning
> 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
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).