Skip to content

yafully/vue-multi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Vue cli3 多页面多路由脚手架

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors