We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581680c commit 05f57f6Copy full SHA for 05f57f6
README.md
@@ -1,6 +1,12 @@
1
<h1 align='center'>vite-plugin-components</h1>
2
3
-<p align='center'>Vite plugin for components auto importing</p>
+<p align='center'>Components auto importing for Vite</p>
4
+
5
+<p align='center'>
6
+<a href='https://www.npmjs.com/package/vite-plugin-components'>
7
+<img src='https://img.shields.io/npm/v/vite-plugin-components?color=222&style=flat-square'>
8
+</a>
9
+</p>
10
11
<br>
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-components",
- "description": "Vite plugin for components auto importing",
+ "description": "Components auto importing for Vite",
"version": "0.1.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments