https://github.com/angelfire/vueproject
Testing vue.js in a small Project
https://github.com/angelfire/vueproject
Last synced: about 1 month ago
JSON representation
Testing vue.js in a small Project
- Host: GitHub
- URL: https://github.com/angelfire/vueproject
- Owner: Angelfire
- Created: 2017-01-31T19:27:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T21:26:06.000Z (over 9 years ago)
- Last Synced: 2025-03-20T23:14:10.511Z (about 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Project
> A Vue.js project
## Build Setup
``` bash
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build
```
## Axios
vue-resource is getting moved out the official vue organization, that's why I used [axios](https://github.com/mzabriskie/axios)
## Mocky
Just to test how to make calls (http requests). [mocky](http://www.mocky.io/)
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).