# min-admin **Repository Path**: tetralogy/min-admin ## Basic Information - **Project Name**: min-admin - **Description**: vue后台管理系统搭建 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-31 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MinCode ## 启动指南 ```JS yarn install yarn docs:dev yarn dev ``` ## 目录结构 ```text | --- build | --- docs 文档 | --- mock 假数据 | --- plop 造轮子 | --- public | --- src | |--- api 接口 | |--- assets 静态资源 | |--- compents 组件 | |--- directive 自定义指令 | |--- layout 视图窗 | |--- router 路由 | |--- store 数据中心 | |--- utils 工具类 | |--- views 页面 | --- .editorconfig | --- .env.development | --- .env.production | --- .env.staging | --- .eslintignore | --- .eslintrc.js 配置eslint | --- .gitignore | --- babel.config.js | --- jsconfig.json | --- package.json | --- plopfile.js plop配置文件 | --- postcss.config.js | --- vue.config.js ``` - babel.config.js - [初体验](https://mubiaozhan.cn/web/content/263) - jsconfig.json - [作用](https://blog.csdn.net/weixin_43845137/article/details/122952997) - postcss.config.js - [编译自动加前缀,做浏览器适配](https://www.jianshu.com/p/46a19ee297fc) - [可做移动端适配](https://blog.csdn.net/Jensen_Yao/article/details/103203490)