周玉环 b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
..
src b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
.eslintrc.cjs b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
.gitignore b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
.prettierrc b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
README.md b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
index.html b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
package.json b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
pnpm-lock.yaml b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
tsconfig.json b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine
vite.config.ts b6251fe5cb feat: 增加招商门户网站前端工程 il y a 1 semaine

README.md

🚀 项目名称 xinkeaboard-promotion-portal

⚙️ 环境准备

建议使用 nvm 管理 Node.js 版本:

nvm install 18.20.4
nvm use 18.20.4

安装 pnpm:

npm install -g pnpm@10.12.1

安装依赖

pnpm install

启动开发环境

pnpm dev

Start the development server on http://localhost:5173