Vue Vuex后台管理系统实战
Published in -
19-09-03 16:01
vue-vuex-pro ---------- 项目名
├─build -------------- 打包配置
├─config ------------- 环境配置
├─dist --------------- 打包输出
├─src ---------------- 源代码
| ├─api ------------- 整个项目api集合
| ├─assets ---------- 项目公共静态资源
| ├─components ------ 公共模块
| ├─langs ----------- 多语言
| ├─router ---------- 路由
| ├─store ----------- 全局状态
| ├─views ----------- 页面
| ├─App.vue --------- 程序主入口页面
| └─main.js --------- 程序主入口
├─static ------------- 静态资源
├─.babelrc ----------- babel配置
├─.browserslistrc ---- autoprefixer配置
├─index.html --------- html模板
├─package.json ------- 插件配置
└─postcss.config.js -- autoprefixer加载
Prev
Next
^_^ Be the first to comment.
Comment
Nickname
Email (Reply notice)
Website
Content (can use Markdown syntax)