.vscode | ||
eslintrc | ||
public | ||
src | ||
typings | ||
.editorconfig | ||
.env.build | ||
.env.build-test | ||
.env.serve-dev | ||
.env.serve-test | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
.prettierrc | ||
deploy.js | ||
index.html | ||
mock-prod-server.ts | ||
optimize-include.ts | ||
package.json | ||
README.md | ||
tsconfig.base.json | ||
tsconfig.json | ||
vite.config.ts | ||
vitest.config.ts | ||
vitest.setup.ts |
vue3-admin-plus
The plus version of vue3-admin-ts , provide enterprise-class using demo
suggestion the Node.js >= 16.0.0。
Documents
Online experience
Related items
The framework is available in js,ts, plus and electron versions
- js version:vue3-admin-template -- basic version
- ts version:vue3-element-ts
- ts version for plus:vue3-element-plus
- ts version for electron:vue3-element-electron
- java Micro-service background data:micro-service-plus
Build Setup
# 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 pnpm@7.9.0" to install pnpm
pnpm i
# develop
pnpm run dev
Build
# build for test environment
pnpm run build-test
# build for production environment
pnpm run build
Others
# preview the release environment effect
pnpm run preview
# code format check
pnpm run lint
Browsers support
Note: Vue3 is not supported the Internet Explorer