Getting started
This part walks you through the process of using BDS in a NuxtJS project.
Installation
Add BDS dependencies to your project. The
@bigin/bigin-ui-vue
is Vue UI components library. The
@bigin/bigin-ui-ds
is a default theme. You can freely
customize it at your end by config the SCSS variables.
Configuration
Then, create a plugin and add to the plugins
section of
nuxt.config.js
Internationalization
The default language of BDS is English. If you wish to use another language, you'll just need to install @nuxtjs/i18n module.