Skip to main content

Nichang UI

Nichang project is a frontend project built on open-source SCUI Admin. Nichang combined with Panshi provides a complete implementation of RBAC (Role-Based Access Control).

SCUI is a front-end solution, based on VUE3 and elementPlus implementation, use new front-end technology stack, to provide a variety of practical components to facilitate the call in business development, and continue to provide rich business templates to help you quickly build enterprise front-end tasks. details doc see to official SCUI.

PROJECTLINKS
NICHANGhttps://gitee.com/xiaobolinet/nichang.git
DEMOhttps://www.xiaobo.li/nichang/demo/

DEMO AND DOCUMENT

PROJECTLINKS
DOCUMENThttps://lolicode.gitee.io/scui-doc/
DEMOhttps://lolicode.gitee.io/scui-doc/demo/#/login

Features

  • Components Includes multiple exclusive components and business templates
  • Authorization Comprehensive authentication system with precise permission control
  • Layouts Offers multiple layout modes to meet various visual requirements
  • API Robust API management
  • Configuration Unified global and component configuration with support for hot updates post-build
  • Performance Optimized multiple times to reduce bandwidth usage and frontend processing power, with ongoing improvements
  • Other Multi-functional tags, dynamic permission menus, configurable dashboards, unified exception handling, and more.

INSTALL

git clone https://gitee.com/xiaobolinet/nichang.git

cd nichang

npm i

# Start in development mode
npm run dev

open use your browser visit: http://localhost:2800

START MODES

# Start development mode,API connection to local machine
# This mode is commonly used for development
npm run serve

# Start development mode,API connect PANSHI online API
# This mode is often used to debug basic features or feature demo
npm run panshi

# Compile
npm run build

Acknowledgment

SCUI Admin

许可

This project under MIT License, allowing you to modify, distribute, and use it for commercial purposes in any form.