https://github.com/muyunyun/deliver-app
用vue.js实现一款外卖APP
https://github.com/muyunyun/deliver-app
vue-app
Last synced: 3 months ago
JSON representation
用vue.js实现一款外卖APP
- Host: GitHub
- URL: https://github.com/muyunyun/deliver-app
- Owner: MuYunyun
- License: mit
- Created: 2016-12-06T10:42:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T01:51:10.000Z (over 8 years ago)
- Last Synced: 2025-01-02T12:44:54.659Z (5 months ago)
- Topics: vue-app
- Language: Vue
- Homepage:
- Size: 15 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deliver-app
> 基于vue.js实现的一款外卖App
## 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# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```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).