周玉环 68eb84d63a fix: 修复整体样式问题 hai 14 horas
..
assets 68eb84d63a fix: 修复整体样式问题 hai 14 horas
components 9d77187b00 fix: 修复整体样式问题 hai 14 horas
composables cd9e56610a fix: 调整店铺装修页面 hai 1 día
layouts 705e598dc6 fix: 修复整体样式问题 hai 16 horas
middleware 4bcc1ab857 芯科出海平台项目首次代码提交 hai 1 mes
pages 9d77187b00 fix: 修复整体样式问题 hai 14 horas
plugins 570282ebe9 feat: 项目结构调整 hai 1 mes
public a0019a97b9 fix: 门户网站文案修改 hai 1 día
store 4bcc1ab857 芯科出海平台项目首次代码提交 hai 1 mes
types 1ed235d490 feat: 项目结构调整 hai 1 mes
utils 862c15c354 fix: 增加语言配置 hai 1 semana
.gitignore 3e4aaf6e03 feat: 门户网站增加分销商端 hai 2 semanas
README.md 3a055982bd chore: README hai 1 mes
app.vue 762dfb9581 fix: 修复门户网站相关问题 hai 5 días
config.mjs 4bcc1ab857 芯科出海平台项目首次代码提交 hai 1 mes
error.vue a0019a97b9 fix: 门户网站文案修改 hai 1 día
gtmSetting.js 4bcc1ab857 芯科出海平台项目首次代码提交 hai 1 mes
nuxt.config.ts 197455c34a fix: 国内海外站点字体区分 hai 2 días
package.json ea685ad8ba fix: 调整服务端渲染接口请求方式 hai 6 días
pnpm-lock.yaml 139a03af6d fix: 修复用户端登录/注册页面交互问题 hai 3 semanas
replace-imports.js 1ed235d490 feat: 项目结构调整 hai 1 mes
replace-use-with-import.js 570282ebe9 feat: 项目结构调整 hai 1 mes
run.config.cjs 4bcc1ab857 芯科出海平台项目首次代码提交 hai 1 mes
tsconfig.json 1ed235d490 feat: 项目结构调整 hai 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.