bulma-vue icon indicating copy to clipboard operation
bulma-vue copied to clipboard

Yarn package

Open climentjoan opened this issue 1 year ago • 1 comments

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

climentjoan avatar Mar 07 '23 19:03 climentjoan

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'

andreud avatar Aug 16 '23 15:08 andreud