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