周玉环 e752cbdeca feat: reset gitignore пре 1 недеља
..
assets 570282ebe9 feat: 项目结构调整 пре 1 недеља
components 570282ebe9 feat: 项目结构调整 пре 1 недеља
composables 570282ebe9 feat: 项目结构调整 пре 1 недеља
layouts 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
middleware 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
pages 570282ebe9 feat: 项目结构调整 пре 1 недеља
plugins 570282ebe9 feat: 项目结构调整 пре 1 недеља
public 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
store 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
types 1ed235d490 feat: 项目结构调整 пре 1 недеља
utils 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
.gitignore e752cbdeca feat: reset gitignore пре 1 недеља
README.md 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
app.vue 5fa9e535d4 feat: 锁定element-plus sass 版本解决终端报错 пре 1 недеља
config.mjs 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
error.vue 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
gtmSetting.js 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
nuxt.config.ts 5fa9e535d4 feat: 锁定element-plus sass 版本解决终端报错 пре 1 недеља
package.json 5fa9e535d4 feat: 锁定element-plus sass 版本解决终端报错 пре 1 недеља
pnpm-lock.yaml 5fa9e535d4 feat: 锁定element-plus sass 版本解决终端报错 пре 1 недеља
replace-imports.js 1ed235d490 feat: 项目结构调整 пре 1 недеља
replace-use-with-import.js 570282ebe9 feat: 项目结构调整 пре 1 недеља
run.config.cjs 4bcc1ab857 芯科出海平台项目首次代码提交 пре 2 недеља
tsconfig.json 1ed235d490 feat: 项目结构调整 пре 1 недеља

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.