Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gongph/vue-mand-mobile-app

A project build with vue.js
https://github.com/gongph/vue-mand-mobile-app

mand-mobile vuejs vuejs-cli vuejs2

Last synced: 27 days ago
JSON representation

A project build with vue.js

Awesome Lists containing this project

README

        

# vue-mand-mobile-app
A project build with vue.js

## 效果图
[查看效果图](/public/img/preview.jpg)

## 安装
```
yarn install
```

### 启动
```
yarn run serve
```

### 生产
```
yarn run build
```

### 测试
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```