diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..07575c0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: '/' + schedule: + interval: daily + time: '21:00' + open-pull-requests-limit: 10 diff --git a/README.md b/README.md index 07a6e73..51fb868 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is a Vue port for [react-content-loader](https://github.com/danilowoz/react ## Install -⚠️ For Vue 2, use `vue-content-loader@^0.2` instead. +⚠️ **The latest version is compatible with Vue 3 only.** For Vue 2 & Nuxt 2, use `vue-content-loader@^0.2` instead. With npm: @@ -38,7 +38,7 @@ CDN: [UNPKG](https://unpkg.com/vue-content-loader/) | [jsDelivr](https://cdn.jsd ## Usage -👀👉 Demos: [Storybook](https://vue-content-loader.egoist.moe) | [with Nuxt.js](https://glitch.com/edit/#!/vue-content-loader) +👀👉 Demo: [CodeSandbox](https://codesandbox.io/s/vue-content-loader-igfyf?file=/src/App.vue) ```vue