周玉环 789b631dd2 fix: 恢复logo读取逻辑 6 godzin temu
..
assets aa9297635c fix: 门户网站UI调整 1 dzień temu
components 789b631dd2 fix: 恢复logo读取逻辑 6 godzin temu
composables ea685ad8ba fix: 调整服务端渲染接口请求方式 8 godzin temu
layouts 0a885df8aa fix: 门户网站UI调整 1 dzień temu
middleware 4bcc1ab857 芯科出海平台项目首次代码提交 1 miesiąc temu
pages ea685ad8ba fix: 调整服务端渲染接口请求方式 8 godzin temu
plugins 570282ebe9 feat: 项目结构调整 1 miesiąc temu
public 80a09a913b fix: 调整浏览器标签图标 23 godzin temu
store 4bcc1ab857 芯科出海平台项目首次代码提交 1 miesiąc temu
types 1ed235d490 feat: 项目结构调整 1 miesiąc temu
utils 862c15c354 fix: 增加语言配置 3 dni temu
.gitignore 3e4aaf6e03 feat: 门户网站增加分销商端 1 tydzień temu
README.md 3a055982bd chore: README 1 miesiąc temu
app.vue 80a09a913b fix: 调整浏览器标签图标 23 godzin temu
config.mjs 4bcc1ab857 芯科出海平台项目首次代码提交 1 miesiąc temu
error.vue 4bcc1ab857 芯科出海平台项目首次代码提交 1 miesiąc temu
gtmSetting.js 4bcc1ab857 芯科出海平台项目首次代码提交 1 miesiąc temu
nuxt.config.ts ea685ad8ba fix: 调整服务端渲染接口请求方式 8 godzin temu
package.json ea685ad8ba fix: 调整服务端渲染接口请求方式 8 godzin temu
pnpm-lock.yaml 139a03af6d fix: 修复用户端登录/注册页面交互问题 2 tygodni temu
replace-imports.js 1ed235d490 feat: 项目结构调整 1 miesiąc temu
replace-use-with-import.js 570282ebe9 feat: 项目结构调整 1 miesiąc temu
run.config.cjs 4bcc1ab857 芯科出海平台项目首次代码提交 1 miesiąc temu
tsconfig.json 1ed235d490 feat: 项目结构调整 1 miesiąc temu

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.