Raywh / vite-vue-admin

Personal interest, looking forward to what's next.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡ Introduction

前端脚手架项目.

# configure
1. installation of the recommended plugins in the .vscode directory
3. node version 16+
4. pnpm version 7.x

## * Next Generation
1. clock
2. canvas

# clone
git@github.com:Raywh/wh.git

# enter the project directory
cd vite-vue-admin

# install dependencies
pnpm i

# start the service
pnpm dev

✔️ Preview

# stage environment
pnpm preview:stage

# prod environment
pnpm preview:prod

📦️ Multi-environment packaging

# build the stage environment
pnpm build:beta

# build the prod environment
pnpm build:prod

🔧 Code formatting check

pnpm lint

💕 Contributors

Thanks to all the contributors!

About

Personal interest, looking forward to what's next.


Languages

Language:Vue 56.0%Language:TypeScript 32.3%Language:SCSS 6.6%Language:CSS 2.7%Language:JavaScript 2.0%Language:HTML 0.3%Language:Shell 0.0%