https://github.com/ihtml5/mobike
mobike web app based on vue 2.0 and vue-router 2.0
https://github.com/ihtml5/mobike
css-modules mobike mobile vue vue-router webpack2
Last synced: 23 days ago
JSON representation
mobike web app based on vue 2.0 and vue-router 2.0
- Host: GitHub
- URL: https://github.com/ihtml5/mobike
- Owner: ihtml5
- Created: 2017-04-07T03:14:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T09:55:38.000Z (over 8 years ago)
- Last Synced: 2025-01-18T20:37:22.558Z (about 1 year ago)
- Topics: css-modules, mobike, mobile, vue, vue-router, webpack2
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mobike
> 使用vue.js 2.0 构建 摩拜单车webapp
## 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```