|
vor 2 Wochen | |
---|---|---|
.. | ||
assets | vor 2 Wochen | |
components | vor 2 Wochen | |
composables | vor 2 Wochen | |
layouts | vor 2 Wochen | |
middleware | vor 2 Wochen | |
pages | vor 2 Wochen | |
plugins | vor 2 Wochen | |
public | vor 2 Wochen | |
store | vor 2 Wochen | |
utils | vor 2 Wochen | |
.gitignore | vor 2 Wochen | |
README.md | vor 2 Wochen | |
app.vue | vor 2 Wochen | |
config.mjs | vor 2 Wochen | |
error.vue | vor 2 Wochen | |
gtmSetting.js | vor 2 Wochen | |
nuxt.config.ts | vor 2 Wochen | |
package.json | vor 2 Wochen | |
run.config.cjs | vor 2 Wochen | |
tsconfig.json | vor 2 Wochen |
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
Config Domain In Index.js [/composables/index.js]
export const apiUrl = 'https://www.b2btopsite.com/api/';
export const defaultUrl = 'https://www.b2btopsite.com/api/';
export const supplierUrl = 'https://seller.b2btopsite.com/user/login';
npm run dev
Config Domain In Index.js [/composables/index.js]
export const apiUrl = 'https://www.b2btopsite.com/api/';
export const defaultUrl = 'https://www.b2btopsite.com/api/';
export const supplierUrl = 'https://seller.b2btopsite.com/user/login';
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.