1.0.19 • Published 2 years ago

dream-vue-cli v1.0.19

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

项目介绍

Dream-vue-cli脚手架可以下载,指定基于vue2实现的移动端响应式模板

模板目录结构

│  .browserslistrc
│  .eslintignore
│  .eslintrc.js
│  .gitignore
│  babel.config.js
│  package-lock.json
│  package.json
│  README.md
│  vue.config.js
│  
│      
├─public
│      back.gif
│      favicon.ico
│      index.html
│      
└─src
    │  App.vue
    │  main.js
    │  
    ├─api
    ├─assets
    │      header.jpg
    │      logo.png
    │      
    ├─components
    ├─router
    │      index.js
    │      
    ├─store
    │      index.js
    │      
    ├─styles
    │      blendent.scss
    │      init.scss
    │      remCalculate.scss
    │      
    ├─utlis
    │  │  http.js
    │  │  init.js
    │  │  jsToken.js
    │  │  websiteUrl.js
    │  │  
    │  └─Vant
    │          index.js
    │          
    └─views
        ├─home
        │      index.vue
        │      
        ├─person
        │      index.vue
        │      list.vue
        │      
        └─taberNavigation
            │  index.vue
            │  
            └─components
                    navBar.vue
                    taber.vue

项目展示

Dream-vue-cli使用方法

1. npm i dream-vue-cli  // 安装脚手架
2. dream init <项目名称>  // 创建项目

模板使用方法

1. npm install  // 安装环境依赖
2. npm run serve // 运行项目
1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago