Skip to content

Commit 5aebb09

Browse files
committed
chore: improvements and add oruga.io
1 parent b879152 commit 5aebb09

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ To support a new Vue framework, please look at [detectors/frameworks.json](detec
4343
- [TailwindCSS](https://tailwindcss.com)
4444
- [Buefy](https://buefy.org)
4545
- [Inkline](https://inkline.io)
46+
- [Chakra UI Vue](https://vue.chakra-ui.com)
47+
- [Oruga](https://oruga.io)
4648

4749
To support a new UI library, please look at [detectors/uis.json](detectors/uis.json).
4850

@@ -52,7 +54,8 @@ To support a new UI library, please look at [detectors/uis.json](detectors/uis.j
5254
- [Vuex](https://vuex.vuejs.org)
5355
- [Vue Meta](https://vue-meta.nuxtjs.org)
5456
- [Vue Apollo](https://apollo.vuejs.org)
55-
- [Vue Warehouse](https://www.bazzite.com/docs/vue-warehouse)
57+
- [Vue Warehouse](https://marquez.co/docs/vue-warehouse)
58+
- [Vue i18n](https://kazupon.github.io/vue-i18n/)
5659

5760
To support a new Vue plugin, please look at [detectors/plugins.json](detectors/plugins.json).
5861

@@ -65,7 +68,7 @@ When [NuxtJS](https://nuxtjs.org) is detected as a framework, it will also detec
6568

6669
See [detectors/nuxt.meta.json](detectors/nuxt.meta.json) for the detection.
6770

68-
It will also detecrt the Nuxt modules used, refer to [detectors/nuxt.modules.json](detectors/nuxt.modules.json) to support new Nuxt modules.
71+
It will also detect the Nuxt modules used, refer to [detectors/nuxt.modules.json](detectors/nuxt.modules.json) to support new Nuxt modules.
6972

7073

7174
## NPM module

detectors/plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"slug": "vue-warehouse",
5858
"name": "vue-warehouse",
5959
"imgPath": null,
60-
"url": "https://aceforth.com/docs/vue-warehouse"
60+
"url": "https://marquez.co/docs/vue-warehouse"
6161
},
6262
"detectors": {
6363
"js": "(window.$nuxt && window.$nuxt.$warehouse) || [...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$warehouse)).filter(Boolean).length"

detectors/uis.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,16 @@
7878
"detectors": {
7979
"js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$chakra)).filter(Boolean).length"
8080
}
81+
},
82+
"oruga": {
83+
"metas": {
84+
"slug": "oruga",
85+
"name": "Oruga",
86+
"imgPath": "/ui/oruga.svg",
87+
"url": "https://oruga.io"
88+
},
89+
"detectors": {
90+
"js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$oruga)).filter(Boolean).length"
91+
}
8192
}
8293
}

icons/ui/oruga.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)