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

https://github.com/classlfz/footprint

熟悉vue.js
https://github.com/classlfz/footprint

Last synced: 3 months ago
JSON representation

熟悉vue.js

Awesome Lists containing this project

README

          

# footprint

[点击查看例子](https://classlfz.github.io/footprint/)(最好使用移动设备预览)

来熟悉[vue.js](https://cn.vuejs.org)的小项目,使用axios发送请求,[easy-mock](http://easy-mock.com/)伪造后台数据。

## 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

# build for production and view the bundle analyzer report
npm run build --report
```

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