## 开发 ```bash # 进入项目目录 cd frontend # 安装依赖 npm install # 可以使用pnpm npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建生产环境 npm run build ```