|
|
hai 1 día | |
|---|---|---|
| .. | ||
| assets | hai 1 día | |
| components | hai 1 día | |
| composables | hai 3 días | |
| layouts | hai 4 días | |
| middleware | hai 1 mes | |
| pages | hai 1 día | |
| plugins | hai 1 mes | |
| public | hai 1 día | |
| store | hai 1 mes | |
| types | hai 1 mes | |
| utils | hai 1 semana | |
| .gitignore | hai 2 semanas | |
| README.md | hai 1 mes | |
| app.vue | hai 3 días | |
| config.mjs | hai 1 mes | |
| error.vue | hai 1 mes | |
| gtmSetting.js | hai 1 mes | |
| nuxt.config.ts | hai 1 día | |
| package.json | hai 4 días | |
| pnpm-lock.yaml | hai 3 semanas | |
| replace-imports.js | hai 1 mes | |
| replace-use-with-import.js | hai 1 mes | |
| run.config.cjs | hai 1 mes | |
| tsconfig.json | hai 1 mes | |
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.