86 lines
1.7 KiB
Markdown
86 lines
1.7 KiB
Markdown
|
# vue3-admin-plus
|
|||
|
|
|||
|
The plus version of vue3-admin-ts , provide enterprise-class using demo
|
|||
|
|
|||
|
suggestion the Node.js >= 16.0.0。
|
|||
|
|
|||
|
|
|||
|
|
|||
|
## Documents
|
|||
|
|
|||
|
- [Official Documentation](https://github.jzfai.top/vue3-admin-doc/)
|
|||
|
|
|||
|
- [中文官网](https://github.jzfai.top/vue3-admin-cn-doc/)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
## Online experience
|
|||
|
|
|||
|
[Access address](https://github.jzfai.top/vue3-admin-plus)
|
|||
|
|
|||
|
[国内体验地址](https://github.jzfai.top/vue3-admin-plus)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
## Related items
|
|||
|
|
|||
|
The framework is available in js,ts, plus and electron versions
|
|||
|
- js version:[vue3-admin-template](https://github.com/jzfai/vue3-admin-template.git) -- basic version
|
|||
|
- ts version:[vue3-element-ts](https://github.com/jzfai/vue3-admin-ts.git)
|
|||
|
- ts version for plus:[vue3-element-plus](https://github.com/jzfai/vue3-admin-plus.git)
|
|||
|
- ts version for electron:[vue3-element-electron](https://github.com/jzfai/vue3-admin-electron.git)
|
|||
|
- java Micro-service background data:[micro-service-plus](https://github.com/jzfai/micro-service-plus)
|
|||
|
|
|||
|
|
|||
|
## Build Setup
|
|||
|
|
|||
|
```bash
|
|||
|
# 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
|
|||
|
|
|||
|
```bash
|
|||
|
# build for test environment
|
|||
|
pnpm run build-test
|
|||
|
|
|||
|
# build for production environment
|
|||
|
pnpm run build
|
|||
|
```
|
|||
|
|
|||
|
## Others
|
|||
|
|
|||
|
```bash
|
|||
|
# preview the release environment effect
|
|||
|
pnpm run preview
|
|||
|
|
|||
|
# code format check
|
|||
|
pnpm run lint
|
|||
|
|
|||
|
```
|
|||
|
|
|||
|
|
|||
|
## Browsers support
|
|||
|
|
|||
|
Note: Vue3 is not supported the Internet Explorer
|
|||
|
|
|||
|
|
|||
|
## Discussion and Communication
|
|||
|
[WeChat group](https://github.jzfai.top/file/images/wx-groud.png)
|
|||
|
|
|||
|
|
|||
|
|