虚拟座舱-前端项目
Go to file
WORK\64751 e33556ba27 阶段性代码提交 2025-08-28 10:40:13 +08:00
.vscode
public
src 阶段性代码提交 2025-08-28 10:40:13 +08:00
.env.development
.env.test 阶段性代码提交 2025-08-28 09:50:08 +08:00
.gitattributes
.gitignore
.prettierrc.json
README.md
auto-imports.d.ts
components.d.ts
index.html
jsconfig.json
package-lock.json
package.json
postcss.config.js
tailwind.config.js
vite.config.js 阶段性代码提交 2025-08-27 10:39:08 +08:00

README.md

虚拟座舱的前端项目,里面只有虚拟座舱这一个功能。方便嵌入其他项目使用。

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build