👏 An amazing admin framework of vue3
The plus version of vue3-admin-ts , provide enterprise-class using demo
suggestion the Node.js >= v16.20
The framework is available in js,ts, plus and electron versions
# clone the project
git clone https://github.com/jzfai/vue3-admin-plus.git
# enter the project directory
cd vue3-admin-plus
# pnpm address https://pnpm.io/zh/motivation
# install dependency(Recommend use pnpm)
# you can use "npm -g i [email protected]" to install pnpm
pnpm i
# develop
pnpm run dev
# build for test environment
pnpm run build-test
# build for production environment
pnpm run build
# preview the release environment effect
pnpm run preview
# code format check
pnpm run lint
Note: Vue3 is not supported the Internet Explorer