# 🚀 项目名称 xinkeaboard-web Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more. ## ⚙️ 环境准备 建议使用 [nvm](https://github.com/nvm-sh/nvm) 管理 Node.js 版本: ```bash nvm install 18.20.4 nvm use 18.20.4 ``` 安装 pnpm: ```bash npm install -g pnpm@10.12.1 ``` ## 安装依赖 ```bash pnpm install ``` ## 启动开发环境 Config Domain In Index.js [/composables/index.js] ```bash export const apiUrl = 'http://54.46.9.88:8001/'; export const defaultUrl = 'http://54.46.9.88:8001/'; export const supplierUrl = 'https://seller.b2btopsite.com/user/login'; ``` ```bash pnpm dev ``` Start the development server on http://localhost:3000 Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.