新建项目

This commit is contained in:
xuli3099
2025-07-22 12:02:04 +08:00
parent 09d0e316e1
commit c7c6ff9671
5 changed files with 30 additions and 0 deletions

4
.cssrem Normal file
View File

@@ -0,0 +1,4 @@
{
"rootFontSize": 30,
"fixedDigits": 3
}

2
.env.development Normal file
View File

@@ -0,0 +1,2 @@
# VITE_APP_BASE_URL = "http://192.168.20.191:3000"
VITE_APP_BASE_URL = "http://123.57.20.168:3000"

1
.env.production Normal file
View File

@@ -0,0 +1 @@
VITE_APP_BASE_URL = "http://192.168.20.191:5173"

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
*.local
pnpm-lock.yaml
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
16