Skip to content

Trix AdminJSON-driven Admin System

Built with Vue 3 + TypeScript + NaiveUI, configure pages with JSON Schema, say goodbye to repetitive template code

Trix Admin

Quick Start

bash
# Clone the project
git clone https://github.com/maliang/trix.git

# Enter project directory
cd trix

# Install dependencies
pnpm install

# Start development server
pnpm dev

Tech Stack

TechnologyVersionDescription
Vue3.5.xProgressive JavaScript Framework
Vite7.xNext Generation Frontend Build Tool
TypeScript5.xJavaScript with Types
NaiveUI2.xVue 3 Component Library
UnoCSS66.xAtomic CSS Engine
Pinia3.xVue State Management
vschema-ui1.xJSON Schema Rendering Engine

Released under the MIT License