wl4g / iam-ui

The frontend of IAM project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

  1. Compile installation
git clone https://github.com/wl4g/xcloud-dopaas-view.git # 上游最新(推荐)
# or: git clone https://gitee.com/wl4g/xcloud-dopaas-view.git # CN大陆最快(可能延迟)
npm install
# Development environment startup
npm run dev
# Production environment packaging
npm run build
  1. Hosts configuration C:\Windows\System32\drivers\etc or vim /etc/hosts
127.0.0.1  wl4g.debug
  1. Browser access http://wl4g.debug

Project structure:

  • /src Main logic source code directory
  • /build Package configuration code directory
  • /node_modules Dependent package directory
  • /static Rely on static files

Corresponded backend project XCloud DoPaaS

About

The frontend of IAM project

License:Apache License 2.0


Languages

Language:Vue 56.9%Language:JavaScript 41.8%Language:CSS 0.9%Language:HTML 0.3%Language:Less 0.1%Language:SCSS 0.0%