https://github.com/classlfz/footprint
熟悉vue.js
https://github.com/classlfz/footprint
Last synced: 3 months ago
JSON representation
熟悉vue.js
- Host: GitHub
- URL: https://github.com/classlfz/footprint
- Owner: classLfz
- Created: 2017-09-04T11:54:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T09:14:33.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T14:46:25.352Z (over 1 year ago)
- Language: HTML
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).