This is an Open Source project. A library of components for Vue 3 with Bulma
Project currently on develop, please don't use in production.
- Install Bulma from NPM and import it into your main file
npm install bulma
...
import 'bulma/css/bulma.css';
...
- Install this package from NPM, import it into your main file and use it:
npm install v3-bulma
...
import V3Bulma from 'v3-bulma';
createApp(App).use(V3Bulma).mount('#app');
...
Want to contribute? Great!. Open a new PR here or a new issue here