周玉环 5e4517d88a fix: 关闭ssr hace 23 horas
..
assets 5e4517d88a fix: 关闭ssr hace 23 horas
components 8060d64b30 fix: 调整门户网站样式 hace 1 día
composables 5e4517d88a fix: 关闭ssr hace 23 horas
layouts bd86bd436e fix: 修复UI相关问题 hace 1 día
middleware 4bcc1ab857 芯科出海平台项目首次代码提交 hace 1 mes
pages 8060d64b30 fix: 调整门户网站样式 hace 1 día
plugins 570282ebe9 feat: 项目结构调整 hace 1 mes
public 80a09a913b fix: 调整浏览器标签图标 hace 1 día
store 4bcc1ab857 芯科出海平台项目首次代码提交 hace 1 mes
types 1ed235d490 feat: 项目结构调整 hace 1 mes
utils 862c15c354 fix: 增加语言配置 hace 4 días
.gitignore 3e4aaf6e03 feat: 门户网站增加分销商端 hace 1 semana
README.md 3a055982bd chore: README hace 1 mes
app.vue 80a09a913b fix: 调整浏览器标签图标 hace 1 día
config.mjs 4bcc1ab857 芯科出海平台项目首次代码提交 hace 1 mes
error.vue 4bcc1ab857 芯科出海平台项目首次代码提交 hace 1 mes
gtmSetting.js 4bcc1ab857 芯科出海平台项目首次代码提交 hace 1 mes
nuxt.config.ts 5e4517d88a fix: 关闭ssr hace 23 horas
package.json ea685ad8ba fix: 调整服务端渲染接口请求方式 hace 1 día
pnpm-lock.yaml 139a03af6d fix: 修复用户端登录/注册页面交互问题 hace 3 semanas
replace-imports.js 1ed235d490 feat: 项目结构调整 hace 1 mes
replace-use-with-import.js 570282ebe9 feat: 项目结构调整 hace 1 mes
run.config.cjs 4bcc1ab857 芯科出海平台项目首次代码提交 hace 1 mes
tsconfig.json 1ed235d490 feat: 项目结构调整 hace 1 mes

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.