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