2
2
Get your module up and running quickly.
3
3
4
4
Find 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
7
7
- Description: My new Nuxt module
8
8
-->
9
9
@@ -17,7 +17,7 @@ Find and replace all on all files (CMD+SHIFT+F):
17
17
[ Ant Design Vue] ( https://www.antdv.com ) module for [ Nuxt] ( https://nuxt.com/ )
18
18
19
19
- [ ✨   ; 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) -->
21
21
<!-- - [📖 Documentation](https://example.com) -->
22
22
23
23
## Features
@@ -127,14 +127,14 @@ npm run release
127
127
```
128
128
129
129
<!-- 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
132
132
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
135
135
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
138
138
139
139
[ nuxt-src ] : https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
140
140
[ nuxt-href ] : https://nuxt.com
0 commit comments