Backend management system based on Vite 3.0 + Vue 3.0 + Vue-Router 4.0 + Vuex 4.0 + element-plus + typescript
vue3-element-admin is a backend front-end solution, which is implemented based on vue3 and element-plus. It uses the latest front-end technology stack, vite + vue3 + typescript, and provides the most basic framework model, which can help you quickly build enterprise-level middle and back-end product prototypes. PS: I refer to vue-element-admin developed and maintained by @PanJiaChen. Thank you very much for your contribution to the open source community:)
Online preview
Domestic visit
You need to install node and git locally. The technology stack of this project is based on ES2015+, vue3, vuex, vue-router, vite, axios and element-plus. Understanding and learning these knowledge in advance will be of great help in using this project.
# Clone the project git clone https://github.com/au1996/vue3-element-admin-ts.git# Enter the project directory cd vue3-element-admin-ts# Install dependencies npm install# It is recommended to change to taobao source to solve the download speed Slow problem npm config set registry https://registry.npm.taobao.org/# Start the service npm run dev
# Build the production environment npm run build
# eslint code format check npm run lint:js # stylelint code style check npm run lint: css
It is recommended to use Chrome
browser for local development. Development in Firefox browser is relatively slow.
Supports modern browsers, does not support IE
IE | Edge | Firefox | Chrome | Safari |
---|---|---|---|---|
not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
More browsers can view Can I Use Es Module
JavaScript version portal
MIT
Copyright (c) 2021 Xueyue Oppa