|
преди 2 седмици | |
---|---|---|
.. | ||
assets | преди 2 седмици | |
components | преди 2 седмици | |
composables | преди 2 седмици | |
layouts | преди 2 седмици | |
middleware | преди 2 седмици | |
pages | преди 2 седмици | |
plugins | преди 2 седмици | |
public | преди 2 седмици | |
store | преди 2 седмици | |
utils | преди 2 седмици | |
.gitignore | преди 2 седмици | |
README.md | преди 2 седмици | |
app.vue | преди 2 седмици | |
config.mjs | преди 2 седмици | |
error.vue | преди 2 седмици | |
gtmSetting.js | преди 2 седмици | |
nuxt.config.ts | преди 2 седмици | |
package.json | преди 2 седмици | |
run.config.cjs | преди 2 седмици | |
tsconfig.json | преди 2 седмици |
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.