洪海涛 9617e15e92 订单 8 년 전
..
build b4c2d9356b 22 8 년 전
config b4c2d9356b 22 8 년 전
dist df314d639e l 8 년 전
node_modules b4c2d9356b 22 8 년 전
src 9617e15e92 订单 8 년 전
static b4c2d9356b 22 8 년 전
test b4c2d9356b 22 8 년 전
.babelrc b4c2d9356b 22 8 년 전
.editorconfig b4c2d9356b 22 8 년 전
.eslintignore b4c2d9356b 22 8 년 전
.eslintrc.js b4c2d9356b 22 8 년 전
.gitignore b4c2d9356b 22 8 년 전
.postcssrc.js b4c2d9356b 22 8 년 전
README.md b4c2d9356b 22 8 년 전
favicon.ico b4c2d9356b 22 8 년 전
index.html b4c2d9356b 22 8 년 전
package-lock.json b4c2d9356b 22 8 년 전
package.json b4c2d9356b 22 8 년 전

README.md

.# vue

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

项目布局

├── README.md                           // 文件说明
├── build                               // webapck配置文件目录
├── config                              //项目打包路径
├── dist                                //上线项目文件
├── index.html                          //入口html文件
├── package-lock.json                   //
├── package.json                        //
├── src                                 //源码目录
│   ├── App.vue                         //页面入口文件
│   ├── assets                          //公共图片   
│   ├── components                      //公共组件
│   │   ├── Hello.vue
│   │   └── swiper.vue
│   ├── main.js                         //程序入口文件,加载各种公共组件
│   └── router
│       └── index.js                    //路由配置

笔记(暂时)

暂时没有为用户添加,编辑,选择地址跳转做出页面重定向.后期作调整