File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # @64robots/nuxt-content-blog
2
+
3
+ [ ![ npm version] [ npm-version-src ]] [ npm-version-href ]
4
+ [ ![ npm downloads] [ npm-downloads-src ]] [ npm-downloads-href ]
5
+ [ ![ License] [ license-src ]] [ license-href ]
6
+
7
+ > Create your own @nuxt/content blog in seconds!
8
+
9
+ ## Getting Started
10
+
11
+ ``` bash
12
+ # Yarn
13
+ yarn create nuxt-content-blog < project-name>
14
+
15
+ # NPX
16
+ npx create-nuxt-content-blog < project-name>
17
+ ```
18
+
19
+ It's as simple as that!
20
+
21
+ [ 📚 Documentation] ( https://nuxt-content-blog.netlify.app )
22
+
23
+ ## License
24
+
25
+ [ MIT License] ( ./LICENSE )
26
+
27
+ <!-- Badges -->
28
+ [ npm-version-src ] : https://img.shields.io/npm/v/@64robots/nuxt-content-blog/latest.svg
29
+ [ npm-version-href ] : https://npmjs.com/package/@64robots/nuxt-content-blog
30
+
31
+ [ npm-downloads-src ] : https://img.shields.io/npm/dt/@64robots/nuxt-content-blog.svg
32
+ [ npm-downloads-href ] : https://npmjs.com/package/@64robots/nuxt-content-blog
33
+
34
+ [ license-src ] : https://img.shields.io/npm/l/@64robots/nuxt-content-blog.svg
35
+ [ license-href ] : https://npmjs.com/package/@64robots/nuxt-content-blog
You can’t perform that action at this time.
0 commit comments