# leafage-ms **Repository Path**: dawn2004cn/leafage-ms ## Basic Information - **Project Name**: leafage-ms - **Description**: 基于vue3和tailwindcss的后台管理系统,界面美观,响应式,动画效果 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://console.leafage.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 19 - **Created**: 2021-04-03 - **Last Updated**: 2021-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 项目介绍 一个使用 Vue3、 Tailwindcss 的网站管理系统,致力于提供一个开源、好用、好看的管理系统。 包含帖子管理、影视资料管理、权限管理。 ### 目标功能 - [x] 登录 - [x] 权限管理 - [x] 个人中心 - [ ] 消息提醒 - [ ] 自定义主题 - [ ] 全文检索/站内搜索 - [ ] 动画 - [x] 响应式 ### 站点体验 访问地址:https://console.leafage.top ### 展示截图 控制台
登录页
列表页+model
### 项目地址
目前项目托管在Gitee和Github平台上中,欢迎大家star 和 fork 支持~
- Gitee地址:https://gitee.com/little3201/leafage-ms
- Github地址:https://github.com/little3201/leafage-ms
### FAQ文档
[FAQ文档](FAQ.md)
如果你遇到了 [FAQ文档](FAQ.md) 中没有出现的问题,并且已经解决了,欢迎联系我进行修改。
### 前端技术
| 技术 | 说明 | 链接 |
|:---------------------:|:------------------------:|:-----------------------------------------------------------:|
| Vue.js | 开发框架 | [https://vuejs.org](https://vuejs.org) |
| Tailwindcss | CSS库 | [https://tailwindcss.com](https://tailwindcss.com) |
| Axios | 前端HTTP框架 | [https://github.com/axios](https://github.com/axios) |
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn dev
```
### Compiles and minifies for production
```
yarn build
```