# cmdAdmin-template **Repository Path**: cmdshare/cmdAdmin-template ## Basic Information - **Project Name**: cmdAdmin-template - **Description**: cmdadmin微服务的前端 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 6 - **Created**: 2021-02-04 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: backend **Tags**: None ## README # cmdAdmin-template > 这是一个极简的 cmdAdmin-template 管理后台。它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。 # 安装依赖 npm install # 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev ``` 浏览器访问 [http://localhost:9860](http://localhost:9860) ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod #### 反馈交流 - 喜欢这个的小伙伴留下你的小星星啦,star,star哦! #### 特别鸣谢 - eladmin:https://github.com/elunez/eladmin - mybaitsplus:https://github.com/baomidou/mybatis-plus - hutool:https://github.com/looly/hutool - vxe-table:https://xuliangzhan.com/vxe-table - vue:https://github.com/vuejs/vue - vue-element-admin:https://github.com/PanJiaChen/vue-element-admin