|
|
4 일 전 | |
|---|---|---|
| .. | ||
| assets | 4 일 전 | |
| components | 4 일 전 | |
| composables | 4 일 전 | |
| layouts | 4 일 전 | |
| middleware | 1 개월 전 | |
| pages | 4 일 전 | |
| plugins | 1 개월 전 | |
| public | 5 일 전 | |
| store | 1 개월 전 | |
| types | 1 개월 전 | |
| utils | 1 주 전 | |
| .gitignore | 2 주 전 | |
| README.md | 1 개월 전 | |
| app.vue | 5 일 전 | |
| config.mjs | 1 개월 전 | |
| error.vue | 1 개월 전 | |
| gtmSetting.js | 1 개월 전 | |
| nuxt.config.ts | 4 일 전 | |
| package.json | 4 일 전 | |
| pnpm-lock.yaml | 3 주 전 | |
| replace-imports.js | 1 개월 전 | |
| replace-use-with-import.js | 1 개월 전 | |
| run.config.cjs | 1 개월 전 | |
| tsconfig.json | 1 개월 전 | |
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.