https://github.com/lsqy/one-vue
基于one API,后端使用egg做API中转
https://github.com/lsqy/one-vue
egg one vue
Last synced: 3 months ago
JSON representation
基于one API,后端使用egg做API中转
- Host: GitHub
- URL: https://github.com/lsqy/one-vue
- Owner: lsqy
- Created: 2017-12-12T11:34:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T11:57:22.000Z (over 7 years ago)
- Last Synced: 2024-12-30T20:22:11.559Z (5 months ago)
- Topics: egg, one, vue
- Language: Vue
- Size: 341 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# one-vue
```
# 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
```任务列表
- [x] 首页图文列表
- [x] 音乐列表
- [x] 音乐详情
- [x] 阅读列表
- [ ] 阅读详情
- [x] 电影列表
- [ ] 电影详情