M-Admin 基于 VUE3 + Vite + AntdVue + Pinia 实现的一款后台管理框架。
M-Admin is a backend management framework based on VUE3 + Vite + AntdVue + Pinia.
类型 | 链接 |
---|---|
演示地址 (Preview) | 暂无 |
我们提供了配合此套前端的nestjs后端程序 M-Server,可以直接上手做开发使用.
We provide NestJS backend program that works with this frontend M-Server You can directly start developing and using it
类型 | 链接 |
---|---|
M-Server | https://github.com/miyaohua/m-server |
待添加
# 克隆项目
git clone https://github.com/miyaohua/m-admin
# 进入项目目录
cd m-admin
# 安装依赖
npm i
# 启动项目(开发模式)
npm run dev
启动完成后浏览器访问 http://localhost:3000