|
il y a 1 semaine | |
---|---|---|
.. | ||
assets | il y a 1 semaine | |
components | il y a 1 semaine | |
composables | il y a 1 semaine | |
layouts | il y a 2 semaines | |
middleware | il y a 2 semaines | |
pages | il y a 1 semaine | |
plugins | il y a 1 semaine | |
public | il y a 2 semaines | |
store | il y a 2 semaines | |
types | il y a 1 semaine | |
utils | il y a 2 semaines | |
.gitignore | il y a 1 semaine | |
README.md | il y a 2 semaines | |
app.vue | il y a 1 semaine | |
config.mjs | il y a 2 semaines | |
error.vue | il y a 2 semaines | |
gtmSetting.js | il y a 2 semaines | |
nuxt.config.ts | il y a 1 semaine | |
package.json | il y a 1 semaine | |
pnpm-lock.yaml | il y a 1 semaine | |
replace-imports.js | il y a 1 semaine | |
replace-use-with-import.js | il y a 1 semaine | |
run.config.cjs | il y a 2 semaines | |
tsconfig.json | il y a 1 semaine |
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.