# xadmin
**Repository Path**: airdb/xadmin
## Basic Information
- **Project Name**: xadmin
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-05-06
- **Last Updated**: 2022-05-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue3-admin-plus
**English** | [中文](./README-zh_CN.md)
> vue3 admin plus provides enterprise-level development demo
A new generation admin construct using vue3(setup-script)+vite2+element-plus ,It's fast!
Use eslint+prettier+gitHooks format and verification code to improve code standardization and development efficiency
Vite need Node.js >= 12.0.0。
## Update log
--- to look the doc
- [真香定律!带你用vue3+vite2撸后台(系列文章入口)](https://juejin.cn/post/7036302298435289095)
## Documents
- [真香定律!带你用vue3+vite2撸后台(系列文章入口)](https://juejin.cn/post/7036302298435289095)
## Online experience
[github address](https://github.com/jzfai/vue3-admin-plus.git)
[Access address](http://8.135.1.141/vue3-admin-plus)
国内体验地址:http://8.135.1.141/vue3-admin-plus
github 地址: https://github.com/jzfai/vue3-admin-plus.git
## Demo
---- Let's look at the loading speed and the size of the built package first.:


## Related items
The framework is available in js, ts , plus and electron versions
- js version:[vue3-element-admin](https://github.com/jzfai/vue3-admin-template.git)
- ts version:[vue3-element-ts](https://github.com/jzfai/vue3-admin-ts.git)
- js version for plus:[vue3-element-plus](https://github.com/jzfai/vue3-admin-plus.git)
- js version for electron:[vue3-element-electron](https://github.com/jzfai/vue3-admin-electron.git)
- react version: [react-admin-template](https://github.com/jzfai/react-admin-template.git)
- java Micro-service background data:[micro-service-plus](https://github.com/jzfai/micro-service-plus)
> development and experience:two words Really fragrant!!!!!
#### Comparison of performance between vue3 and vue2
- 41% reduction in package size
- The initial rendering is 55% faster, the update rendering is 133% faster
- Memory reduction 54%
- **Use Proxy instead of defineProperty to implement data responsiveness**
- **Rewrite the implementation of virtual DOM and Tree-Shaking**
[Comparison of packaging speed between vite2 and webpack](https://github.com/jzfai/vue3-admin-plus/issues/2)
## 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" to install pnpm
pnpm i
# develop
pnpm run dev
```
using the browser to open http://localhost:5006
## 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
```
## Extra
Architecture development is not easy. If you feel good, please give me a **start**. The architecture is still being improved. Welcome to join me in development and become Contributors together! ! ! !
## Browsers support
Note: Vue3 is not supported the Internet Explorer
Modern browsers and Internet Explorer 11+.
| [
](http://godban.github.io/browsers-support-badges/)IE / Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari |
| --------- | --------- | --------- | --------- |
|Edge| last 2 versions| last 2 versions| last 2 versions
## Discussion and Communication
[WeChat group](http://8.135.1.141/file/images/wx-groud.png)
## 赞赏(appreciate)
如果可以请我喝杯下午茶(Treat me to afternoon tea if you can)
| 微信 | 支付宝 |
| :-: | :-: |
|
|
|
>如果属于特别赞助,需注明信息,必要时可以提供特别帮助
>
>如果公司需要技术合作,可以单独联系(进群找群主)
>
>If it is a special sponsorship, the information must be indicated, and special assistance can be provided if necessary
## License
[MIT](https://github.com/jzfai/vue3-admin-plus/blob/master/LICENSE) license.
Copyright (c) 2022-present kuanghua