vue3 vite2 admin
1.0.0
The technology stack used in this project is:
This project is mainly about the actual development and application of vue3.0
and element plus
. It has actually used the syntax sugar of vue3, such as setup
etc., and has a deeper understanding of the components of element plus. At the same time, it has also made some progress in the visualization of echarts5
Understand that this project uses vite
as the front-end construction tool, which makes content updates more quickly during the development process.
# clone项目到本地
git clone [email protected]:isolcat/vue3-vite2-admin.git
# 安装项目依赖
npm install
# 运行项目
npm run dev