tp和 vue 管理后台管理系统_vue-antd后台管理系统
生活随笔
收集整理的這篇文章主要介紹了
tp和 vue 管理后台管理系统_vue-antd后台管理系统
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
vue-antd本項目的定位是后臺管理系統,適配中文、英文、日文。mock數據,開箱即用
技術棧
vue2 + vuex + vue-router + webpack + ES6/7 + axios + antd + 阿里圖標iconfont
目錄結構
├── /public/ # 公共文件├── /src/ # 源碼目錄│ ├── /api/ # 請求│ ├── /assets/ # 組件靜態資源(圖片)│ ├── /components/ # 公共組件| ├── /languages/ # 多語言配置| ├── /minxins/ # minxins│ ├── /router/ # 路由配置│ ├── /styles/ # 公共樣式│ ├── /views/ # 路由組件(頁面維度)│ ├── /utils/ # 公共方法│ ├── App.vue # 組件入口│ └── main.js # 程序入口├── .babelrc # ES6語法編譯配置├── .editorconfig # 定義代碼格式├── .eslintignore # ES6規范忽略文件├── .eslintrc.js # ES6語法規范配置├── .gitignore # git忽略文件├── package.json # 項目依賴└── README.md # 項目文檔
強調
項目請求已經改為假數據,例如:
數據為mock模擬數據列表獲取功能可用,修改刪除功能已開發完成,需和后臺對接相應字段即可部分截圖
登錄
首頁
菜單
角色
用戶
字典
運行項目
yarn install
Compiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lint項目源碼地址:
碼云地址:https://gitee.com/nmgwap/vue-antd
總結
以上是生活随笔為你收集整理的tp和 vue 管理后台管理系统_vue-antd后台管理系统的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python按位右移的作用_python
- 下一篇: python重命名异常_python异常