@@ -3,7 +3,7 @@ Get your module up and running quickly.
33
44Find and replace all on all files (CMD+SHIFT+F):
55- Name: My Module
6- - Package name: my-module
6+ - Package name: @nuxtify/core
77- Description: My new Nuxt module
88-->
99
@@ -17,12 +17,13 @@ Find and replace all on all files (CMD+SHIFT+F):
1717My new Nuxt module for doing amazing things.
1818
1919- [ ✨   ; Release Notes] ( /CHANGELOG.md )
20- <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module ?file=playground%2Fapp.vue) -->
21- <!-- - [📖 Documentation](https://example.com) -->
20+ <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/@nuxtify/core ?file=playground%2Fapp.vue) -->
21+ <!-- - [📖 Documentation](https://example.com) -->
2222
2323## Features
2424
2525<!-- Highlight some of the features your module provide here -->
26+
2627- ⛰   ; Foo
2728- 🚠   ; Bar
2829- 🌲   ; Baz
@@ -32,12 +33,11 @@ My new Nuxt module for doing amazing things.
3233Install the module to your Nuxt application with one command:
3334
3435``` bash
35- npx nuxi module add my-module
36+ npx nuxi module add @nuxtify/core
3637```
3738
3839That's it! You can now use My Module in your Nuxt app ✨
3940
40-
4141## Contribution
4242
4343<details >
@@ -69,16 +69,13 @@ That's it! You can now use My Module in your Nuxt app ✨
6969
7070</details >
7171
72-
7372<!-- Badges -->
74- [ npm-version-src ] : https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82
75- [ npm-version-href ] : https://npmjs.com/package/my-module
76-
77- [ npm-downloads-src ] : https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82
78- [ npm-downloads-href ] : https://npm.chart.dev/my-module
79-
80- [ license-src ] : https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82
81- [ license-href ] : https://npmjs.com/package/my-module
8273
74+ [ npm-version-src ] : https://img.shields.io/npm/v/@nuxtify/core/latest.svg?style=flat&colorA=020420&colorB=00DC82
75+ [ npm-version-href ] : https://npmjs.com/package/@nuxtify/core
76+ [ npm-downloads-src ] : https://img.shields.io/npm/dm/@nuxtify/core.svg?style=flat&colorA=020420&colorB=00DC82
77+ [ npm-downloads-href ] : https://npm.chart.dev/@nuxtify/core
78+ [ license-src ] : https://img.shields.io/npm/l/@nuxtify/core.svg?style=flat&colorA=020420&colorB=00DC82
79+ [ license-href ] : https://npmjs.com/package/@nuxtify/core
8380[ nuxt-src ] : https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
8481[ nuxt-href ] : https://nuxt.com
0 commit comments