You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 months ago | |
|---|---|---|
| backend | 7 months ago | |
| frontend | 7 months ago | |
| nginx | 7 months ago | |
| .cursorrules | 7 months ago | |
| .gitignore | 7 months ago | |
| docker-compose.yml | 7 months ago | |
| readme.md | 7 months ago | |
readme.md
前端项目说明
技术栈
环境
Latest version of Visual Studio Code or AI IDE Cursor and Trae Install the recommended plugins in the .vscode/extensions.json file node 20.19+ or 22.12+ pnpm 10+
本地开发
# Clone the project
git clone https://github.com/un-pany/v3-admin-vite.git
# Enter the project directory
cd v3-admin-vite
# Install dependencies
pnpm i
# Start the development server
pnpm dev