/v3-bulma

Component library to use Bulma + Vue 3

Primary LanguageVueMIT LicenseMIT

V3 Bulma

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.

Instalation

  1. Install Bulma from NPM and import it into your main file
npm install bulma
...
import 'bulma/css/bulma.css';
...
  1. 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');
...

Development

Want to contribute? Great!. Open a new PR here or a new issue here