// 项目使用的是less
// dev port:9090
- src
-- api 页面封装的请求
-- assets 静态资源存放区
-- js
-- img
-- css
components 组件
store vuex代码
utils 工具函数
-- index
views 页面组件
-- index
-- movie
-- nowplaying
-- comingsoon
-- cinema
-- mine
-- city 一级 城市
App.vue 根组件
main.js 入口
router.js 路由
vue.config.js vue-cli自定义配置
.eslintrc 语法检测配置文件
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint