Skip to content

thelostword/cub-admin-template

Repository files navigation

Cub Admin Template

基于Cub Admin的模板项目

Project Setup

git clone https://github.com/thelostword/cub-admin-template.git my-admin

cd my-admin

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build