|
|
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .env.development | ||
| .env.test | ||
| .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 | ||
README.md
虚拟座舱的前端项目,里面只有虚拟座舱这一个功能。方便嵌入其他项目使用。
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build