Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gongph/vue-mand-mobile-app
- Owner: gongph
- Created: 2019-06-18T06:25:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:26:49.000Z (about 2 years ago)
- Last Synced: 2024-04-15T04:22:43.255Z (9 months ago)
- Topics: mand-mobile, vuejs, vuejs-cli, vuejs2
- Language: Vue
- Homepage: http://gongph.me/vue-mand-mobile-app/
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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
```