|
před 2 týdny | |
---|---|---|
.. | ||
assets | před 2 týdny | |
components | před 2 týdny | |
composables | před 2 týdny | |
layouts | před 2 týdny | |
middleware | před 2 týdny | |
pages | před 2 týdny | |
plugins | před 2 týdny | |
public | před 2 týdny | |
store | před 2 týdny | |
utils | před 2 týdny | |
.gitignore | před 2 týdny | |
README.md | před 2 týdny | |
app.vue | před 2 týdny | |
config.mjs | před 2 týdny | |
error.vue | před 2 týdny | |
gtmSetting.js | před 2 týdny | |
nuxt.config.ts | před 2 týdny | |
package.json | před 2 týdny | |
run.config.cjs | před 2 týdny | |
tsconfig.json | před 2 týdny |
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.