Andres
Results
1
comments of
Andres
for anyone not being able to npm install, I got it working this way: `npm i yooouuri/bulma-vue` and then: ``` import BButton from '../../node_modules/bulma-vue/src/components/button' import BField from '../../node_modules/bulma-vue/src/components/field' ```