{"id":13506590,"url":"https://github.com/buefy/nuxt-buefy","last_synced_at":"2025-04-12T21:20:17.012Z","repository":{"id":29157790,"uuid":"120381204","full_name":"buefy/nuxt-buefy","owner":"buefy","description":"Nuxt Buefy","archived":false,"fork":false,"pushed_at":"2024-07-02T06:04:48.000Z","size":2133,"stargazers_count":223,"open_issues_count":15,"forks_count":32,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T00:09:57.722Z","etag":null,"topics":["nuxt","nuxt-module"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buefy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-06T00:45:16.000Z","updated_at":"2025-02-04T23:28:19.000Z","dependencies_parsed_at":"2024-02-12T22:40:34.353Z","dependency_job_id":"b889a01c-a1ab-4fc8-bdb2-5ea9e21deb83","html_url":"https://github.com/buefy/nuxt-buefy","commit_stats":{"total_commits":130,"total_committers":23,"mean_commits":"5.6521739130434785","dds":0.5461538461538462,"last_synced_commit":"5e567cc626be8b89c1df512c8a4e10b2bf885f96"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buefy%2Fnuxt-buefy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buefy%2Fnuxt-buefy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buefy%2Fnuxt-buefy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buefy%2Fnuxt-buefy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buefy","download_url":"https://codeload.github.com/buefy/nuxt-buefy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248589873,"owners_count":21129693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuxt","nuxt-module"],"created_at":"2024-08-01T01:00:54.219Z","updated_at":"2025-04-12T21:20:16.908Z","avatar_url":"https://github.com/buefy.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","JavaScript","others"],"sub_categories":["Uncategorized"],"readme":"# nuxt-buefy\n[![npm (scoped with tag)](https://img.shields.io/npm/v/nuxt-buefy/latest.svg?style=flat-square)](https://npmjs.com/package/nuxt-buefy)\n[![npm](https://img.shields.io/npm/dt/nuxt-buefy.svg?style=flat-square)](https://npmjs.com/package/nuxt-buefy)\n[![CircleCI](https://img.shields.io/circleci/project/github/buefy/nuxt-buefy.svg?style=flat-square)](https://circleci.com/gh/buefy/nuxt-buefy)\n[![Codecov](https://img.shields.io/codecov/c/github/buefy/nuxt-buefy.svg?style=flat-square)](https://codecov.io/gh/buefy/nuxt-buefy)\n[![Dependencies](https://david-dm.org/buefy/nuxt-buefy/status.svg?style=flat-square)](https://david-dm.org/buefy/nuxt-buefy)\n[![js-standard-style](https://img.shields.io/badge/code_style-buefy-7957d5.svg?style=flat-square)](http://buefy.github.io)\n\n\u003e It's really very simple to start with nuxt. But we can make it even simpler by adding \u003ca href=\"https://github.com/buefy/nuxt-buefy\"\u003enuxt-buefy\u003c/a\u003e.\n\n[📖 **Release Notes**](./CHANGELOG.md)\n\n## Install\n\nIf you create new project from scratch, just choose buefy right from create-nuxt-app!\n\nFor already existing project just:\n\n```bash\nnpm i nuxt-buefy\n# or\nyarn add nuxt-buefy\n```\n\n### TypeScript support\n\nAdd `buefy/types` to `tsconfig.json`:\n\n```js\n{\n  \"compilerOptions\": {\n    \"types\": [\n      \"buefy/types\"\n    ]\n  }\n}\n```\n\n## Usage\n\n```js\n{\n  modules: [\n    // Simple usage\n    'nuxt-buefy',\n\n    ['nuxt-buefy', { /* buefy options */ }]\n ]\n}\n```\n\nor \n\n```js\n{\n  modules: [\n    // Simple usage\n    'nuxt-buefy',\n ],\n buefy: { /* buefy options */ }\n}\n```\n\n### Options\n\nName | Description | Type | Values | Default |\n-----|-------------|------|--------|---------|\n`css`     | Add buefy css | Boolean | `true` or `false` | `true` |\n`materialDesignIcons` | Add material design icons | Boolean | `true` or `false` | `true` |\n`materialDesignIconsHRef` | Specify material design icons version | String | Any CDN URL to MDI | `https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css` |\n\n\u003e You can use buefy [construct options](https://buefy.org/documentation/constructor-options).\n\n### Customization\n\nIf you're familiar with Sass and want to customize Buefy with your own theme, follow these steps:\n\n0. If not already installed, install `sass` and `sass-loader`\n\n```bash\nnpm i sass sass-loader@10 --save-dev\n# or\nyarn add --dev sass sass-loader@10\n```\n\n1. Disable buefy css in module options:\n\n```js\n{\n  modules: [\n    ['nuxt-buefy', { css: false }]\n ]\n}\n```\n\n2. Create a `.scss` file:\n\n```css\n// Import bulma styles\n@import \"~bulma\";\n\n// Import buefy styles\n@import \"~buefy/src/scss/buefy\";\n```\n\n3. Define `css` property in `nuxt.config`:\n\n```js\n{\n  css: ['@/assets/scss/main.scss']\n}\n```\n\n## Development\n\n- Clone this repository\n- Install dependnecies using `yarn install` or `npm install`\n- Start development server using `yarn run dev` or `npm run dev`\n\n## License\n\n[MIT License](./LICENSE)\n\nCopyright (c) Rafael Beraldo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuefy%2Fnuxt-buefy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuefy%2Fnuxt-buefy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuefy%2Fnuxt-buefy/lists"}