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