zhan1025 / maoyan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maoyan

//  项目使用的是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 语法检测配置文件

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

About


Languages

Language:Vue 73.8%Language:JavaScript 23.5%Language:CSS 2.1%Language:HTML 0.6%