# vue3-elementui **Repository Path**: moonhok/vue3-elementui ## Basic Information - **Project Name**: vue3-elementui - **Description**: vue3.0+elementui 快速构建后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-14 - **Last Updated**: 2021-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-element Vue3.0+Element-ui 快速构建后台管理系统 ### 项目技术栈: vue3, router, elementui, vuex, axios, pug, stylus等等. ---- ### 预览图如下: ![Pandao editor.md](https://raw.githubusercontent.com/whiskyma/vue3-elementui/master/src/assets/images/1.png "Pandao editor.md") ![Pandao editor.md](https://raw.githubusercontent.com/whiskyma/vue3-elementui/master/src/assets/images/2.png "Pandao editor.md") ---- ##项目启动 ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run e2e tests npm run e2e # run all tests npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).