This is our Branger_Briz homepage
This site is built with Nuxt.js, see our Nuxt guide for general Nuxt development notes.
you must first install dependencies npm install
then create store/bbapi.js, which should look something like this:
export default {
endpoints:[
'https://[bb-api-url]/[endpoint]/0',
'https://[bb-api-url]/[endpoint]/1',
'https://[bb-api-url]/[endpoint]/2',
'https://[bb-api-url]/[endpoint]/3',
'[etc.]'
]
}then to run the development server:
npm run devto create a build run
npm run buildto run build sever
npm run startany/all issues/updates should be added as an issue