|
пре 1 дан | |
---|---|---|
.. | ||
assets | пре 5 дана | |
components | пре 1 дан | |
composables | пре 1 дан | |
layouts | пре 2 недеља | |
middleware | пре 2 недеља | |
pages | пре 1 дан | |
plugins | пре 1 недеља | |
public | пре 6 дана | |
store | пре 2 недеља | |
types | пре 1 недеља | |
utils | пре 1 недеља | |
.gitignore | пре 1 недеља | |
README.md | пре 1 недеља | |
app.vue | пре 3 дана | |
config.mjs | пре 2 недеља | |
error.vue | пре 2 недеља | |
gtmSetting.js | пре 2 недеља | |
nuxt.config.ts | пре 1 недеља | |
package.json | пре 1 дан | |
pnpm-lock.yaml | пре 1 дан | |
replace-imports.js | пре 1 недеља | |
replace-use-with-import.js | пре 1 недеља | |
run.config.cjs | пре 2 недеља | |
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.