周玉环 1ed235d490 feat: 项目结构调整 il y a 1 mois
..
assets 1ed235d490 feat: 项目结构调整 il y a 1 mois
components 1ed235d490 feat: 项目结构调整 il y a 1 mois
composables 1ed235d490 feat: 项目结构调整 il y a 1 mois
layouts 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
middleware 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
pages 1ed235d490 feat: 项目结构调整 il y a 1 mois
plugins 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
public 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
store 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
types 1ed235d490 feat: 项目结构调整 il y a 1 mois
utils 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
.gitignore 1ed235d490 feat: 项目结构调整 il y a 1 mois
README.md 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
app.vue 1ed235d490 feat: 项目结构调整 il y a 1 mois
config.mjs 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
error.vue 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
gtmSetting.js 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
nuxt.config.ts 1ed235d490 feat: 项目结构调整 il y a 1 mois
package.json 1ed235d490 feat: 项目结构调整 il y a 1 mois
pnpm-lock.yaml 1ed235d490 feat: 项目结构调整 il y a 1 mois
replace-imports.js 1ed235d490 feat: 项目结构调整 il y a 1 mois
run.config.cjs 4bcc1ab857 芯科出海平台项目首次代码提交 il y a 2 mois
tsconfig.json 1ed235d490 feat: 项目结构调整 il y a 1 mois

README.md

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

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

export const apiUrl = 'https://www.b2btopsite.com/api/';
export const defaultUrl = 'https://www.b2btopsite.com/api/';
export const supplierUrl = 'https://seller.b2btopsite.com/user/login';
npm run dev

Production

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

export const apiUrl = 'https://www.b2btopsite.com/api/';
export const defaultUrl = 'https://www.b2btopsite.com/api/';
export const supplierUrl = 'https://seller.b2btopsite.com/user/login';

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.