|
há 5 dias atrás | |
---|---|---|
.. | ||
assets | há 5 dias atrás | |
components | há 5 dias atrás | |
composables | há 5 dias atrás | |
layouts | há 2 semanas atrás | |
middleware | há 2 semanas atrás | |
pages | há 5 dias atrás | |
plugins | há 1 semana atrás | |
public | há 6 dias atrás | |
store | há 2 semanas atrás | |
types | há 1 semana atrás | |
utils | há 1 semana atrás | |
.gitignore | há 1 semana atrás | |
README.md | há 1 semana atrás | |
app.vue | há 1 semana atrás | |
config.mjs | há 2 semanas atrás | |
error.vue | há 2 semanas atrás | |
gtmSetting.js | há 2 semanas atrás | |
nuxt.config.ts | há 1 semana atrás | |
package.json | há 1 semana atrás | |
pnpm-lock.yaml | há 1 semana atrás | |
replace-imports.js | há 1 semana atrás | |
replace-use-with-import.js | há 1 semana atrás | |
run.config.cjs | há 2 semanas atrás | |
tsconfig.json | há 1 semana atrás |
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.