An open API service indexing awesome lists of open source software.

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

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).