yarn install
Boilerplate to use for WERKS Nuxt projects.
To use Bit please view the details here: Bit Quick Start Guide
Visit Bit Werks-UI to see all Bit Werks-UI components
bit add <file location> <filename>
bit tag --all [version]
bit export werks-ui.<category of component>
Example:
bit add src/component/headers.vue Header
bit tag --all 1.0.0
bit export werks-ui.components
Detailed Information located at Sourcing Components
bit import werks-ui.<category of component>/<filename>
Example:
bit import werks-ui.components/header