Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1001 Bytes

README.en-US.md

File metadata and controls

32 lines (23 loc) · 1001 Bytes

niu-be-admin

English | 中文

Project Introduction

niu-be-admin is a free and open-source admin template for backend management frontend, built with popular technologies such as Vue3, Vite5, TypeScript, Element-Plus, and Pinia

Project Setup

# Clone the repository
git clone https://github.com/z-pengfei/niu-be-admin.git

# Enter directory
cd niu-be-admin

# Install pnpm
npm install pnpm -g

# Install dependencies
pnpm install

# Start the project
pnpm dev