https://github.com/buefy/vue-cli-plugin-buefy
Vue CLI 3.x plugin to add buefy to your Vue Project
https://github.com/buefy/vue-cli-plugin-buefy
Last synced: 5 months ago
JSON representation
Vue CLI 3.x plugin to add buefy to your Vue Project
- Host: GitHub
- URL: https://github.com/buefy/vue-cli-plugin-buefy
- Owner: buefy
- License: mit
- Created: 2018-03-06T14:51:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T17:17:12.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T18:50:57.100Z (6 months ago)
- Language: SCSS
- Homepage:
- Size: 94.7 KB
- Stars: 32
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-cli-plugin-buefy
[](https://npmjs.com/package/vue-cli-plugin-buefy)
[](https://npmjs.com/package/vue-cli-plugin-buefy)
[](https://circleci.com/gh/buefy/vue-cli-plugin-buefy)
[](https://codecov.io/gh/buefy/vue-cli-plugin-buefy)
[](https://david-dm.org/buefy/vue-cli-plugin-buefy)
[](http://buefy.github.io)[Vue CLI 3.x](https://github.com/vuejs/vue-cli) plugin to add buefy to your Vue Project
> Well, apparently you're an [adventurer](https://github.com/vuejs/vue-cli/blob/dev/README.md#status-beta). We are happy to see you here.
## Getting Started
If you don't have a project created with Vue CLI 3.x:```sh
$ vue create my-vue-app
```Install the plugin into your project:
```sh
$ cd my-vue-app
$ vue add 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:
```js
// vue.config.js
const fs = require('fs')module.exports = {
css: {
loaderOptions: {
sass: {
data: fs.readFileSync('src/variables.scss', 'utf-8')
}
}
}
}
```## Changelog
Details of changes for each release are documented in the [CHANGELOG.md](https://github.com/buefy/vue-cli-plugin-buefy/blob/master/CHANGELOG.md).## Issues
Please make sure to read the [Issue Reporting Checklist](https://github.com/buefy/vue-cli-plugin-buefy/blob/master/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.## Contribution
Please make sure to read the [Contributing Guide](https://github.com/buefy/vue-cli-plugin-buefy/blob/master/.github/CONTRIBUTING.md) before making a pull request.## License
[MIT](http://opensource.org/licenses/MIT)