# leafage-ms **Repository Path**: gemiman2018/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**: 20 - **Created**: 2021-09-24 - **Last Updated**: 2021-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 项目介绍 一个使用 Vue3、Tailwindcss 的 后台管理系统,将提供完善的基础数据管理逻辑,作为后台管理系统的基础,将持续完善,提供一套完整的权限管理方案。同时为了作为个人[博客网站](https://www.leafage.top)的帖子管理系统。 ### 功能依赖 - [x] @tailwindcss/typography —— 排版优化 - [x] @tailwindcss/forms —— 统一表单样式 - [x] markdown-it/hightlight.js —— markdown解析,代码高亮 **访问地址:**博客站点 后台管理系统 ### 更新 项目创建与 2019-11-08 历经好几次改版,从最初的html+css到vue2+iview(viewui)/element-ui/vuetify再到vue3+tailwindcss,虽然过程很折腾,但是也明白和体会了很多,对于一些技术点理接更深了,近期更新请查看[更新日志](CHANGELOG.md) 。 如果你遇到了 [FAQ文档](FAQ.md) 中没有出现的问题,并且已经解决了,欢迎联系我进行修改。 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn dev ``` ### Compiles and minifies for production ``` yarn build ```