|
1 dienu atpakaļ | |
---|---|---|
.. | ||
assets | 5 dienas atpakaļ | |
components | 1 dienu atpakaļ | |
composables | 1 dienu atpakaļ | |
layouts | 2 nedēļas atpakaļ | |
middleware | 2 nedēļas atpakaļ | |
pages | 1 dienu atpakaļ | |
plugins | 1 nedēļu atpakaļ | |
public | 6 dienas atpakaļ | |
store | 2 nedēļas atpakaļ | |
types | 1 nedēļu atpakaļ | |
utils | 1 nedēļu atpakaļ | |
.gitignore | 1 nedēļu atpakaļ | |
README.md | 1 nedēļu atpakaļ | |
app.vue | 3 dienas atpakaļ | |
config.mjs | 2 nedēļas atpakaļ | |
error.vue | 2 nedēļas atpakaļ | |
gtmSetting.js | 2 nedēļas atpakaļ | |
nuxt.config.ts | 1 nedēļu atpakaļ | |
package.json | 1 dienu atpakaļ | |
pnpm-lock.yaml | 1 dienu atpakaļ | |
replace-imports.js | 1 nedēļu atpakaļ | |
replace-use-with-import.js | 1 nedēļu atpakaļ | |
run.config.cjs | 2 nedēļas atpakaļ | |
tsconfig.json | 1 nedēļu atpakaļ |
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.