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