https://github.com/vue-bulma/breadcrumb
Breadcrumb component for Vue Bulma
https://github.com/vue-bulma/breadcrumb
Last synced: 22 days ago
JSON representation
Breadcrumb component for Vue Bulma
- Host: GitHub
- URL: https://github.com/vue-bulma/breadcrumb
- Owner: vue-bulma
- License: mit
- Created: 2016-07-15T07:19:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T15:05:10.000Z (almost 9 years ago)
- Last Synced: 2025-09-21T18:25:57.329Z (about 2 months ago)
- Language: Vue
- Size: 7.81 KB
- Stars: 9
- Watchers: 0
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-refactor - vue-bulma-breadcrumb
- awesome-vuejs - vue-bulma-breadcrumb
README
# Breadcrumb
Breadcrumb component for Vue Bulma.
## Installation
```
$ npm install vue-bulma-breadcrumb
```
## Examples
```vue
{{ name }}
import Breadcrumb from 'vue-bulma-breadcrumb'
export default {
components: {
Breadcrumb
},
data () {
return {
}
},
computed: {
name () {
return this.$route.name
},
list () {
return this.$route.matched
}
}
}
```
## Badges


---
> [fundon.me](https://fundon.me) ·
> GitHub [@fundon](https://github.com/fundon) ·
> Twitter [@_fundon](https://twitter.com/_fundon)