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

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

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