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