# Vue3-admin-template **Repository Path**: stavnGu/vue3-admin-template ## Basic Information - **Project Name**: Vue3-admin-template - **Description**: 修改自https://github.com/hu-snail/vue3-admin-element-template,感谢hu-snail大佬的开源 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-16 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3-admin-template #### 介绍 修改自https://github.com/hu-snail/vue3-admin-element-template,感谢hu-snail大佬的开源 #### 软件架构 目录结构 |- api api集中管理文件夹 ... |-assets 静态资源文件夹 ... |-components 公用组件文件夹 ... |-config 配置项 |-net.config.js 配置axios请求基础信息 |-permission.js 路由控制脚本文件 |-setting.js 公共配置文件 |-theme.js 主题配置文件 |-icons ... |-layouts 主体布局 |-components 布局组件文件夹 ... |-locales 国际化配置 ... |-plugin 插件配置 ... |-router 路由配置 ... |-store vuex |-moudule vuex模块 |-getters.js |-index.js |-style css ... |-utils 工具类、方法 ... |-views 页面 ... |-App.vue 根组件 |-main.js 入口文件 |-.editorconfig |-.env.development 开发环境配置文件 |-.env.production 生产环境配置文件 |-.eslintcache eslint文件 |-.eslintignore eslint忽略文件 |-.eslintrc.js eslint配置文件 |-.prettierignore prettier忽略文件 |-.stylelintignore stylelint忽略文件 |-.stylelintrc.js stylelint配置文件 |-babel.config.js babel配置文件 |-index.html html模版,入口 |-package.json npm包配置文件,依赖包信息 |-postcss.config.js postcss 配置信息 |-prettier.config.js prettier配置信息 |-stylelint.config.js stylelint配置信息 #### 使用说明 1. npm i 2. npm run serve #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request