# vue-admin **Repository Path**: tabweb/vue-admin ## Basic Information - **Project Name**: vue-admin - **Description**: https://juejin.im/post/5c4a6fcd518825469414e062 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin ![](https://img.shields.io/badge/license-MIT-0.svg) ![](https://img.shields.io/badge/download-2M-0.svg) ![](https://img.shields.io/badge/language-zh-0.svg) ![](https://img.shields.io/badge/platform-win/mac-0.svg) ![](https://img.shields.io/badge/node@latest->6.0.0-0.svg) ## 相关文章 1. [vue-cli3 项目从搭建优化到docker部署](https://juejin.im/post/5c4a6fcd518825469414e062) 2. [使用 webpack 的各种插件提升你的开发效率](https://juejin.im/post/5c8852f95188257a323f5cee) ## 项目 ### 安装依赖 ``` npm install ``` ### development 模式启动 ``` npm run serve ``` ### production 模式构建 ``` npm run build ``` ### production 模式打包体积分析 ``` npm run analyze ``` ### eslint 检查 ``` npm run lint ``` ### 组件生成 ``` npm run new:comp ``` ### 页面组件生成 ``` npm run new:view ``` ## 系统组件 1. [x] 数字渐变 2. [x] 树状表格 3. [x] 拖拽列表 4. [x] Markdown 编辑器 5. [x] 富文本编辑器 6. [ ] 树状下拉选择器 -- 开发中 7. [ ] 可拖动抽屉 8. [ ] 图片裁剪 9. [x] 国际化 10. [ ] ... ## 系统功能 ### 已完成的功能 1. [x] 自动注册全局组件 2. [x] 自动扫描路由 3. [x] 支持使用svg图片 4. [x] `axios` 封装 5. [x] `scss` 常用函数,类 6. [x] `GZIP`压缩 7. [x] 第三方库`cdn` 8. [x] 支持全站`js`,`css` 上传到七牛`cdn` 9. [ ] ~~移动端 `rem` 适配~~ 10. [x] 打包 `production` 环境清除 `console` 11. [x] sprites 精灵图自动合成,支持分组 12. [x] 图片压缩 13. [x] Mock数据 ### 未完成的功能 1. [ ] 第三方库打包成 dll 引用 2. [ ] 过滤器 3. [ ] ... ## 欢迎关注 欢迎关注公众号“**码上开发**”,每天分享最新技术资讯 ![image](https://user-gold-cdn.xitu.io/2018/12/24/167ddc2c7f13cdf5?w=430&h=430&f=png&s=54797)