Skip to content

This is a Web front-end skeleton provided by the `El-admin` package, which has implemented the rights management module

License

Notifications You must be signed in to change notification settings

pl1998/basic-admin

Repository files navigation

About ElAdmin

English | 简体中文

Info

This is a Web front-end skeleton provided by the El-admin package, which has implemented the rights management module

Must

  • Vue >= 3.0
  • Vite
  • Vue-router
  • TypeScript
  • Pinia

Installed

git clone https://github.com/pltrue/basic.git
cd basic
git checkout el-admin-master

Config Update

VITE_APP_API_BASEURL 改成后端项目地址

# 页面标题
VITE_APP_TITLE = Fantastic-admin 基础版
# 接口请求地址,会设置到 axios 的 baseURL 参数上
VITE_APP_API_BASEURL = http://dev.admin.com/api/v1/el_admin/
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空
VITE_APP_DEBUG_TOOL =
# 是否开启代理
VITE_OPEN_PROXY = false

Install && Run

npm install -g pnpm
pnpm install
pnpm run dev

Official document

https://fantastic-admin.gitee.io/guide/ready.html

Thanks

The front-end skeleton project is based on fantastic-admin project and connects to the back-end interface to implement back-end control permission management. Thank you very much for the developers of the project, the use of the project can be very convenient to develop back-end management system, the project provides excellent documentation ~, is a good set of front-end solution!

License

MIT License

About

This is a Web front-end skeleton provided by the `El-admin` package, which has implemented the rights management module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published