# 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
任务列表
- 首页图文列表
- 音乐列表
- 音乐详情
- 阅读列表
- 阅读详情
- 电影列表
- 电影详情