周玉环 862c15c354 fix: 增加语言配置 пре 3 дана
..
assets 9d64ea5527 fix: 修改密码/手机/邮箱增加人机校验 пре 3 дана
components 862c15c354 fix: 增加语言配置 пре 3 дана
composables 862c15c354 fix: 增加语言配置 пре 3 дана
layouts 4bcc1ab857 芯科出海平台项目首次代码提交 пре 1 месец
middleware 4bcc1ab857 芯科出海平台项目首次代码提交 пре 1 месец
pages 862c15c354 fix: 增加语言配置 пре 3 дана
plugins 570282ebe9 feat: 项目结构调整 пре 1 месец
public aa4d4babe2 feat: 调整注册页面功能以及交互 пре 3 недеља
store 4bcc1ab857 芯科出海平台项目首次代码提交 пре 1 месец
types 1ed235d490 feat: 项目结构调整 пре 1 месец
utils 862c15c354 fix: 增加语言配置 пре 3 дана
.gitignore 3e4aaf6e03 feat: 门户网站增加分销商端 пре 1 недеља
README.md 3a055982bd chore: README пре 1 месец
app.vue e9769e8dfb fix: 修复多页签页面操作登录以及退出登录时,其他页面状态同步问题 пре 2 недеља
config.mjs 4bcc1ab857 芯科出海平台项目首次代码提交 пре 1 месец
error.vue 4bcc1ab857 芯科出海平台项目首次代码提交 пре 1 месец
gtmSetting.js 4bcc1ab857 芯科出海平台项目首次代码提交 пре 1 месец
nuxt.config.ts 3e4aaf6e03 feat: 门户网站增加分销商端 пре 1 недеља
package.json 3e4aaf6e03 feat: 门户网站增加分销商端 пре 1 недеља
pnpm-lock.yaml 139a03af6d fix: 修复用户端登录/注册页面交互问题 пре 2 недеља
replace-imports.js 1ed235d490 feat: 项目结构调整 пре 1 месец
replace-use-with-import.js 570282ebe9 feat: 项目结构调整 пре 1 месец
run.config.cjs 4bcc1ab857 芯科出海平台项目首次代码提交 пре 1 месец
tsconfig.json 1ed235d490 feat: 项目结构调整 пре 1 месец

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.