Giter Site home page Giter Site logo

anteriovieira / vue-cli-plugin-buefy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from buefy/vue-cli-plugin-buefy

0.0 2.0 0.0 134 KB

Vue CLI 3.x plugin to add buefy to your Vue Project

License: MIT License

JavaScript 40.42% Vue 3.00% CSS 56.59%

vue-cli-plugin-buefy's Introduction

vue-cli-plugin-buefy

npm (scoped with tag) npm CircleCI Codecov Dependencies js-standard-style

Vue CLI 3.x plugin to add buefy to your Vue Project

Well, apparently you're an adventurer. We are happy to see you here.

Getting Started

If yon don't have a project created with Vue CLI 3.x:

$ vue create my-vue-app

Install the plugin into your project:

$ cd my-vue-app
$ npm i -D vue-cli-plugin-buefy
$ # OR:
$ yarn add -D vue-cli-plugin-buefy

Invoke the plugin:

$ vue invoke buefy

Global sass resources

You can do that using the css.loaderOptions option in vue.config.js to pass some shared global variables to all your Sass styles:

// vue.config.js
const fs = require('fs')

module.exports = {
  css: {
    loaderOptions: {
      sass: {
        data: fs.readFileSync('src/variables.scss', 'utf-8')
      }
    }
  }
}

Changelog

Details changes for each release are documented in the CHANGELOG.md.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

License

MIT

vue-cli-plugin-buefy's People

Contributors

anteriovieira avatar sharpseeer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.