Skip to content

MaYaQ/light-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install and use

  • Get the project code
git clone https://github.com/fzlintg/light-admin
  • Install dependencies
cd light-admin

pnpm install
  • run
pnpm serve
  • build
pnpm build
  • docker

The dockerFile is located in the project root directory and supports differential deployment

build image

docker build -t light-admin .

Use environment variables to achieve differentiated container deployment. Specify service endpoint by assigning VG_BASE_URL. In the following example, http://localhost:3333 is used as the back-end service address and the container is mapped to port 6666:

docker run --name light-admin -d -p 6666:80  -e VG_BASE_URL=http://localhost:3333 light-admin

Then you can navigate to http://localhost:6666

Change Log

CHANGELOG

Project

本项目是来源于vben-vue-admin,并做了大量的修改,特别是可视化表单,把几乎所有的组件都进行了可视化,并设计了一个非常完美通用的组件化架构,把vxe-table和echarts进行任意的模板化配置。 后端部分暂未开源,因此前端代码功能可能会不完整。

License

MIT © lintg_2024

About

A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.7%
  • Vue 45.9%
  • Less 2.2%
  • JavaScript 2.1%
  • CSS 0.5%
  • SCSS 0.4%
  • Other 0.2%