Skip to content

Commit 1a1887e

Browse files
committed
docs: add badges
1 parent de649e0 commit 1a1887e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.stackblitzrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm i && npm run dev:prepare && npm run dev"
3+
}

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
# Nuxtify Pages
66

7-
<!-- [![npm version][npm-version-src]][npm-version-href]
7+
<!--
88
[![npm downloads][npm-downloads-src]][npm-downloads-href]
9-
[![License][license-src]][license-href]
109
[![Nuxtify Docs][nuxtify-src]][nuxtify-href] -->
11-
<!-- [🏀 Online playground](https://stackblitz.com/github/nuxtify-dev/pages?file=playground%2Fapp.vue) -->
10+
11+
[![npm version][npm-version-src]][npm-version-href]
12+
[![License][license-src]][license-href]
13+
[![🏀 Playground][playground-src]][playground-href]
1214

1315
> [!NOTE]
1416
>
@@ -216,3 +218,5 @@ Learn about [authoring Nuxt modules](https://nuxt.com/docs/guide/going-further/m
216218
[license-href]: https://npmjs.com/package/@nuxtify/pages
217219
[nuxtify-src]: https://img.shields.io/badge/Nuxtify_Docs-00DC82
218220
[nuxtify-href]: https://nuxtify.dev/docs
221+
[playground-src]: https://img.shields.io/badge/%F0%9F%8F%80_Playground-Demo-00DC82?labelColor=020420
222+
[playground-href]: https://stackblitz.com/github/nuxtify-dev/pages?file=playground%2Fpages%2Findex.vue

0 commit comments

Comments
 (0)