@olivierbelaud/bulma

1.0.2 • Public • Published

Bulma

npm npm (scoped with tag)

Leverage bulma CSS.

Setup

  • Add @olivierbelaud/bulma dependency using yarn or npm to your project
  • Add @olivierbelaud/bulma to modules section of nuxt.config.js
{
  modules: [
    '@olivierbelaud/bulma'
  ]
}
  • You will need to use postcss loader if you are not already using it.
build: {
    /*
    ** You can extend webpack config here
    */
    postcss: {
      plugins: {
        'postcss-preset-env': {
          features: {
            customProperties: false
          }
        }
      }
    },
    extend(config, ctx) {
      // Run ESLint on save
      if (ctx.isDev && ctx.isClient) {
        config.module.rules.push({
          enforce: 'pre',
          test: /\.(js|vue)$/,
          loader: 'eslint-loader',
          exclude: /(node_modules)/
        })
      }
    }
  }

/@olivierbelaud/bulma/

    Package Sidebar

    Install

    npm i @olivierbelaud/bulma

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.07 kB

    Total Files

    3

    Last publish

    Collaborators

    • olivierbel