# vue3-vite-antd-ts-admin **Repository Path**: jiangdeyuan/vue3-admin ## Basic Information - **Project Name**: vue3-vite-antd-ts-admin - **Description**: 前端:vite + vue + typescript + ant-design-vue 后端:node+koa+koa-router+jsonwebtoken - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-05-19 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, Ant-Design, vite, TypeScript ## README ## 简介 Vue3 Vite Antd Typescript 中后台简单模版 前端技术:vite + vue3.x + vue-router4.x + vuex4.x + ant-design-vue2.x + axios... 后端技术:koa + koa-router + jsonwebtoken... (假数据) 账号密码:superadmin admin test test2 密码:123456 (不同的菜单权限) ## 特性 - **TypeScript**:应用程序级 JavaScript 的语言 - **主题**:可配置的主题颜色 - **权限**: 动态路由权限配置 - **适配**:移动端适配 - **国际化**:国际化方案 ## 安装使用 - 获取项目代码 ```bash git clone https://gitee.com/jiangdeyuan/vue3-admin.git ``` - 安装依赖 ```bash npm install ``` - 启动后端 ```bash npm run server ``` - 启动前端 ```bash npm run dev ```