Skip to content

Commit 532ad94

Browse files
committed
chore: update readme
1 parent 045e76b commit 532ad94

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# `@nuxt/theme`
22

3-
Magically theme/extends support to Nuxt 2 projects!
3+
[![npm version][npm-v-src]][npm-v-href]
4+
[![npm downloads][npm-d-src]][npm-d-href]
5+
[![ci][ci-src]][ci-href]
6+
7+
Add theme/extends support to Nuxt 2 projects!
48

59
## Features
610

@@ -57,9 +61,20 @@ export default resolveConfig({
5761
name: 'myTheme'
5862
rootDir: __direname
5963
}
64+
```
6065
6166
- Instead of using `~/` or `@/` aliases, use `~myTheme` or `@myTheme`
6267
6368
## License
6469
65-
MIT
70+
MIT. Made with 💖
71+
72+
<!-- Refs -->
73+
[npm-v-src]: https://img.shields.io/npm/v/@nuxt/theme?style=flat-square
74+
[npm-v-href]: https://npmjs.com/package/@nuxt/theme
75+
76+
[npm-d-src]: https://img.shields.io/npm/dm/@nuxt/theme?style=flat-square
77+
[npm-d-href]: https://npmjs.com/package/@nuxt/theme
78+
79+
[ci-src]: https://img.shields.io/github/workflow/status/nuxt/theme/ci/master?style=flat-square
80+
[ci-href]: https://github.com/nuxt/theme/actions?query=workflow%3Aci

0 commit comments

Comments
 (0)