north 9ae84dccbd vue-resource 8 年之前
..
build 159e13a9da version 8 年之前
config e158150993 9 8 年之前
dist 9ae84dccbd vue-resource 8 年之前
src 9ae84dccbd vue-resource 8 年之前
static 978adb9013 vue init 8 年之前
test 978adb9013 vue init 8 年之前
.babelrc 978adb9013 vue init 8 年之前
.editorconfig 978adb9013 vue init 8 年之前
.eslintignore 978adb9013 vue init 8 年之前
.eslintrc.js 978adb9013 vue init 8 年之前
.gitignore 25147318bc vue 8 年之前
.postcssrc.js 978adb9013 vue init 8 年之前
README.md 37813baf20 README.md 8 年之前
index.html b6391b5794 vue 8 年之前
package-lock.json 8f12f37e4e vux 8 年之前
package.json 37813baf20 README.md 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                    //路由配置