bulma-vue
bulma-vue copied to clipboard
Yarn package
Hi there,
I tried to install via Yarn and I got this error: error An unexpected error occurred: "https://registry.yarnpkg.com/bulma-vue: Not found".
Is there any way to use your plugin?
Thanks
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'