# vue3-elementplus-admin **Repository Path**: LXLXgit/vuet-study ## Basic Information - **Project Name**: vue3-elementplus-admin - **Description**: 当前vue-admin-template官方使用Vue 2和相应的Element, 在vue-admin-template基础上进行升级改造, 已使用最新的Vue 3、Vue Router、Vuex以及Element Plus, 可以使用最新的Vue Api和Typescript, 仅在原有框架上进行重构, 个人不用来获取收益. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.dreamboats.cn/#/login - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-15 - **Last Updated**: 2022-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin-template-vuethree > 当前vue-admin-template官方使用Vue 2和相应的Element, 在vue-admin-template基础上进行升级改造, 已使用最新的Vue 3、Vue Router、Vuex以及Element Plus, 可以使用最新的Vue Api和Typescript ### 在线预览 See [后台管理](http://www.dreamboats.cn/#/login) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### Package version ``` vue 3.2.13, vue-router 4.1.2 vuex 4.0.2 element-plus 2.2.9 @element-plus/icons-vue 2.0.6 axios 0.27.2 ``` ### Customize install @vue/cli 4.5.13 Now @vue/cli 4.5.19 ``` npm update -g @vue/cli npm i -g @vue/cli vue --version vue create project npm install element-plus --save npm i sass sass-loader -D (--save-dev) npm i js-cookie --save ```