/vue3-admin-template

后台管理系统项目模版,vue3+elementUI+js

Primary LanguageVue

Vue 3 + Vite

安装使用

  • 获取项目代码
git clone https://github.com/zhangyuanliang/vue3-admin-template.git
  • NodeJs
版本 16.17.1
  • 安装依赖
cd vue3-admin-template

yarn install
  • 运行
yarn start
  • 打包
yarn build

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup