├── README.md
├── app.vue // vue文件
├── components // 组件
│ ├── rout.vue
│ ├── routercomp.vue
│ └── routercomp2.vue
├── entry.js // webpack配置文件
├── index.html // html文件
├── index.js // 主入口文件
├── package.json // package文件
├── route // 路由文件
│ └── route.js
├── static // 静态资源文件
│ ├── img
│ │ └── next.png
│ ├── js
│ │ ├── vendor-manifest.json
│ │ └── vendor.dll.js
│ └── lib
│ └── dict.js
├── store // vuex文件
│ └── store.js
└── webpack.dll.js
-
Notifications
You must be signed in to change notification settings - Fork 0
ioth5/custom-webpack-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
自定义从零开始基于webpack4 搭建vue开发环境
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published