22Get your module up and running quickly.
33
44Find and replace all on all files (CMD+SHIFT+F):
5- - Name: My Module
6- - Package name: my-module
5+ - Name: Ant Design Vue Nuxt
6+ - Package name: @ant-design-vue/nuxt
77- Description: My new Nuxt module
88-->
99
@@ -17,7 +17,7 @@ Find and replace all on all files (CMD+SHIFT+F):
1717[ Ant Design Vue] ( https://www.antdv.com ) module for [ Nuxt] ( https://nuxt.com/ )
1818
1919- [ ✨   ; Release Notes] ( /CHANGELOG.md )
20- <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module ?file=playground%2Fapp.vue) -->
20+ <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/@ant-design-vue/nuxt ?file=playground%2Fapp.vue) -->
2121<!-- - [📖 Documentation](https://example.com) -->
2222
2323## Features
@@ -127,14 +127,14 @@ npm run release
127127```
128128
129129<!-- Badges -->
130- [ npm-version-src ] : https://img.shields.io/npm/v/my-module /latest.svg?style=flat&colorA=18181B&colorB=28CF8D
131- [ npm-version-href ] : https://npmjs.com/package/my-module
130+ [ npm-version-src ] : https://img.shields.io/npm/v/@ant-design-vue/nuxt /latest.svg?style=flat&colorA=18181B&colorB=28CF8D
131+ [ npm-version-href ] : https://npmjs.com/package/@ant-design-vue/nuxt
132132
133- [ npm-downloads-src ] : https://img.shields.io/npm/dm/my-module .svg?style=flat&colorA=18181B&colorB=28CF8D
134- [ npm-downloads-href ] : https://npmjs.com/package/my-module
133+ [ npm-downloads-src ] : https://img.shields.io/npm/dm/@ant-design-vue/nuxt .svg?style=flat&colorA=18181B&colorB=28CF8D
134+ [ npm-downloads-href ] : https://npmjs.com/package/@ant-design-vue/nuxt
135135
136- [ license-src ] : https://img.shields.io/npm/l/my-module .svg?style=flat&colorA=18181B&colorB=28CF8D
137- [ license-href ] : https://npmjs.com/package/my-module
136+ [ license-src ] : https://img.shields.io/npm/l/@ant-design-vue/nuxt .svg?style=flat&colorA=18181B&colorB=28CF8D
137+ [ license-href ] : https://npmjs.com/package/@ant-design-vue/nuxt
138138
139139[ nuxt-src ] : https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
140140[ nuxt-href ] : https://nuxt.com
0 commit comments