周玉环 e75914610e feat: 询盘登录逻辑调整 il y a 5 jours
..
assets e75914610e feat: 询盘登录逻辑调整 il y a 5 jours
components e75914610e feat: 询盘登录逻辑调整 il y a 5 jours
composables e75914610e feat: 询盘登录逻辑调整 il y a 5 jours
layouts 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 semaines
middleware 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 semaines
pages e75914610e feat: 询盘登录逻辑调整 il y a 5 jours
plugins 570282ebe9 feat: 项目结构调整 il y a 1 semaine
public aa4d4babe2 feat: 调整注册页面功能以及交互 il y a 6 jours
store 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 semaines
types 1ed235d490 feat: 项目结构调整 il y a 1 semaine
utils fe3b4970ca feat: 用户端注册页面调整 il y a 1 semaine
.gitignore 9f42bbab5b feat: 调整本地开发打包配置,增加人机验证组件 il y a 1 semaine
README.md 3a055982bd chore: README il y a 1 semaine
app.vue 5fa9e535d4 feat: 锁定element-plus sass 版本解决终端报错 il y a 1 semaine
config.mjs 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 semaines
error.vue 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 semaines
gtmSetting.js 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 semaines
nuxt.config.ts 3c726a809d fix: 删除多余打包配置 il y a 1 semaine
package.json 9f42bbab5b feat: 调整本地开发打包配置,增加人机验证组件 il y a 1 semaine
pnpm-lock.yaml 9f42bbab5b feat: 调整本地开发打包配置,增加人机验证组件 il y a 1 semaine
replace-imports.js 1ed235d490 feat: 项目结构调整 il y a 1 semaine
replace-use-with-import.js 570282ebe9 feat: 项目结构调整 il y a 1 semaine
run.config.cjs 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 semaines
tsconfig.json 1ed235d490 feat: 项目结构调整 il y a 1 semaine

README.md

🚀 项目名称 xinkeaboard-web

Look at the nuxt 3 documentation to learn more.

⚙️ 环境准备

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

nvm install 18.20.4
nvm use 18.20.4

安装 pnpm:

npm install -g pnpm@10.12.1

安装依赖

pnpm install

启动开发环境

Config Domain In Index.js [/composables/index.js]

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';
pnpm dev

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

Checkout the deployment documentation for more information.