|
il y a 2 jours | |
---|---|---|
.. | ||
assets | il y a 5 jours | |
components | il y a 2 jours | |
composables | il y a 5 jours | |
layouts | il y a 2 semaines | |
middleware | il y a 2 semaines | |
pages | il y a 5 jours | |
plugins | il y a 1 semaine | |
public | il y a 6 jours | |
store | il y a 2 semaines | |
types | il y a 1 semaine | |
utils | il y a 1 semaine | |
.gitignore | il y a 1 semaine | |
README.md | il y a 1 semaine | |
app.vue | il y a 3 jours | |
config.mjs | il y a 2 semaines | |
error.vue | il y a 2 semaines | |
gtmSetting.js | il y a 2 semaines | |
nuxt.config.ts | il y a 1 semaine | |
package.json | il y a 3 jours | |
pnpm-lock.yaml | il y a 3 jours | |
replace-imports.js | il y a 1 semaine | |
replace-use-with-import.js | il y a 1 semaine | |
run.config.cjs | il y a 2 semaines | |
tsconfig.json | il y a 1 semaine |
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.