|
пре 1 недеља | |
---|---|---|
.. | ||
assets | пре 1 недеља | |
components | пре 1 недеља | |
composables | пре 1 недеља | |
layouts | пре 2 недеља | |
middleware | пре 2 недеља | |
pages | пре 1 недеља | |
plugins | пре 1 недеља | |
public | пре 2 недеља | |
store | пре 2 недеља | |
types | пре 1 недеља | |
utils | пре 2 недеља | |
.gitignore | пре 1 недеља | |
README.md | пре 2 недеља | |
app.vue | пре 1 недеља | |
config.mjs | пре 2 недеља | |
error.vue | пре 2 недеља | |
gtmSetting.js | пре 2 недеља | |
nuxt.config.ts | пре 1 недеља | |
package.json | пре 1 недеља | |
pnpm-lock.yaml | пре 1 недеља | |
replace-imports.js | пре 1 недеља | |
replace-use-with-import.js | пре 1 недеља | |
run.config.cjs | пре 2 недеља | |
tsconfig.json | пре 1 недеља |
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.