File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ` @nuxt/theme `
2
2
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!
4
8
5
9
## Features
6
10
@@ -57,9 +61,20 @@ export default resolveConfig({
57
61
name: ' myTheme'
58
62
rootDir: __direname
59
63
}
64
+ ` ` `
60
65
61
66
- Instead of using ` ~ / ` or `@/ ` aliases, use ` ~ myTheme` or ` @myTheme`
62
67
63
68
## License
64
69
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
You can’t perform that action at this time.
0 commit comments