Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.05 KB

README.md

File metadata and controls

55 lines (50 loc) · 1.05 KB

vue-multi

    webpack
      |---dist 
      |---public 公共文件
        |---mock 模拟数据
      |---src
        |---assets 资源
        |---common 公共模块目录
        |---components组件
        |---views各个模块
          |---index    index模块
            |---pages 组件
            |---app.js
            |---IndexPage.vue
            |---index.html 页面模板
          |---about       about模块
            |---pages 组件
            |---app.js
            |---AboutPage.vue
            |---index.html 页面模板
          |---error       error404模块
            |---index.vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

see the demo at
http://localhost:8888/index.html
and
http://localhost:8888/about.html

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.