智擎大屏项目

jiaxing.liao 2e6771e281 feat: 接口联调 3 days ago
.vscode 78d66ffd96 init: 初始化项目 2 weeks ago
src 2e6771e281 feat: 接口联调 3 days ago
.dockerignore 78d66ffd96 init: 初始化项目 2 weeks ago
.editorconfig 78d66ffd96 init: 初始化项目 2 weeks ago
.env.development 78d66ffd96 init: 初始化项目 2 weeks ago
.env.production 2e6771e281 feat: 接口联调 3 days ago
.gitignore 78d66ffd96 init: 初始化项目 2 weeks ago
.npmrc 78d66ffd96 init: 初始化项目 2 weeks ago
README.md 78d66ffd96 init: 初始化项目 2 weeks ago
auto-imports.d.ts 78d66ffd96 init: 初始化项目 2 weeks ago
components.d.ts 2e6771e281 feat: 接口联调 3 days ago
eslint.config.mjs 78d66ffd96 init: 初始化项目 2 weeks ago
index.html 78d66ffd96 init: 初始化项目 2 weeks ago
package.json 2e6771e281 feat: 接口联调 3 days ago
pnpm-lock.yaml 2e6771e281 feat: 接口联调 3 days ago
tsconfig.app.json 78d66ffd96 init: 初始化项目 2 weeks ago
tsconfig.json 78d66ffd96 init: 初始化项目 2 weeks ago
tsconfig.node.json 78d66ffd96 init: 初始化项目 2 weeks ago
uno.config.ts 78d66ffd96 init: 初始化项目 2 weeks ago
vite.config.ts 2e6771e281 feat: 接口联调 3 days ago

README.md

Vue 3 + TypeScript + Vite

Project Setup

# Install dependencies
pnpm install

# Start development server
pnpm run dev

# Build for production
pnpm run build

# Preview production build
pnpm run preview

Requirements

  • Node.js 18.x or higher
  • pnpm 10.x or higher