# vue-elementplus-admin **Repository Path**: yanhualiu/vue-elementplus-admin ## Basic Information - **Project Name**: vue-elementplus-admin - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 17 - **Forks**: 11 - **Created**: 2020-12-19 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-elementplus-admin #### 介绍 本项目是node-admin的前端项目 采用Vue3.0 + Vuex + Vue-router + ElementUi-Plus + Axios + Typescript [demo 地址](http://60.205.215.187/) [后端代码仓库](https://gitee.com/yanhualiu/node-admin) #### 软件架构 Vue3.0 Vuex Vue-router elementui-plus Axios Typescript ## 使用 ``` git clone https://gitee.com/yanhualiu/vue-elementplus-admin.git ``` ### yarn ``` $ yarn install $ yarn serve $ yarn build ``` ### or npm ``` $ npm install $ npm run serve $ npm run build ```