Vue Vuex后台管理系统实战
发表于 -
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加载
前一页
^_^成为第一个评论的人吧!
评论
昵称
邮箱 (回复通知)
站点
内容 (支持Markdown语法)