3
0
Files
avue-cli/README.md
2025-12-11 23:46:42 +08:00

93 lines
2.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<p align="center"><a href="https://avuejs.com" target="_blank" rel="noopener noreferrer"><img width="100" src="https://avuejs.com/images/logo-bg.jpg" alt="Avue logo"></a></p>
## 介绍
基于 vue3.x + vite + element plus + vue-router + vuex适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。
## 地址
[🎉 vue2.x + element-ui](https://gitee.com/smallweigit/avue-cli/tree/2.x/)
[⚡️ vue3.x + element-plus](https://gitee.com/smallweigit/avue-cli)
## 文档
[文档](https://www.kancloud.cn/smallwei/avue/579870)
[文档说明](https://avuejs.com/doc/plugins/avue-cli)
## 预览
[预览](https://cli.avuejs.com)
## 开发
```
# 克隆项目
git clone https://gitee.com/smallweigit/avue-cli.git
# 进入项目
cd avue-cli
# 安装依赖
npm install --registry=https://registry.npm.taobao.org
# 启动服务
npm run dev
```
## 功能
- 登录/注销
- 用户名登录
- 验证码登录
- 第三方登陆(QQ,微信)
- 人脸识别登录
- 错误的日志记录
- 灵活的10+多款主题自由配置(mac 主题)
- 路由权限、菜单权限、登录权限
- 本地化持久存储api
- 页面缓冲
- 面向全屏幕尺寸的响应式适配能力
- 对国际化的支持
- 自动刷新token等机制
- 全新的前端错误日志监控机制
- 前端路由动态服务端加载
- 无限极动态路由加载
- 模块的可拆卸化,达到开箱即用
- 更多。。。
## 问答
有关问题和支持,请使用[issues](https://gitee.com/smallweigit/avue-cli/issues)或加入QQ群.
## issues
打开问题之前,请务必提供详细的问题过程和截图,不符合准则的问题将会被拒绝.
## Page
### 登陆
<img src='https://avuejs.com/images/cli/1.png' width="700">
### 主页
<img src='https://avuejs.com/images/cli/2.png' width="700">
### 炫酷主题
<img src='https://avuejs.com/images/cli/3.png' width="700">
### 第三方网站
<img src='http://avuejs.com/images/cli/4.png' width="700">
### 全局搜索
<img src='http://avuejs.com/images/cli/5.png' width="700">
### mac主题
<img src='http://avuejs.com/images/cli/6.png' width="700">
<img src='http://avuejs.com/images/cli/7.png' width="700">
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2017-present, Smallwei