虚拟座舱-前端项目
Go to file
SJW\97526 63000c55f1 fix:运行配置修改 2025-09-03 15:52:35 +08:00
.vscode 第一次代码提交 2025-08-22 09:43:16 +08:00
public 第一次代码提交 2025-08-22 09:43:16 +08:00
src 阶段性代码提交 2025-09-02 21:07:47 +08:00
.env.development fix:运行配置修改 2025-09-03 15:52:35 +08:00
.env.test fix:运行配置修改 2025-09-03 15:52:35 +08:00
.gitattributes 第一次代码提交 2025-08-22 09:43:16 +08:00
.gitignore 第一次代码提交 2025-08-22 09:43:16 +08:00
.prettierrc.json 第一次代码提交 2025-08-22 09:43:16 +08:00
README.md 第一次代码提交 2025-08-22 09:43:16 +08:00
auto-imports.d.ts 第一次代码提交 2025-08-22 09:43:16 +08:00
components.d.ts 阶段性代码提交 2025-08-27 09:00:10 +08:00
index.html fix:修改logo和标题 2025-09-03 09:47:16 +08:00
jsconfig.json 第一次代码提交 2025-08-22 09:43:16 +08:00
package-lock.json 第一次代码提交 2025-08-22 09:43:16 +08:00
package.json 阶段性代码提交 2025-08-27 09:44:46 +08:00
postcss.config.js 第一次代码提交 2025-08-22 09:43:16 +08:00
tailwind.config.js 阶段性代码提交 2025-08-26 18:59:21 +08:00
vite.config.js 阶段性代码提交 2025-09-01 15:49:32 +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