Skip to content

Commit af01bf5

Browse files
committed
docs: update README.md
1 parent f4a7f88 commit af01bf5

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1-
# Vue SFC To ES Modules
1+
<h2 align="center">Vue SFC To ES Modules</h2>
2+
<br>
3+
<div align="center">
24

3-
> Transpiled Vue SFC File to ES modules.
5+
<p align="center">
6+
Transpiled Vue <strong>SFC File</strong> to <strong>ES modules</strong>.
7+
</p>
8+
9+
<br>
10+
11+
[![NPM][npmBadge]][npmUrl]
12+
[![NPM Download][npmDtBadge]][npmDtUrl]
13+
<!-- [![Minzipped Size][bundlePhobiaBadge]][bundlePhobiaUrl] -->
14+
[![License][licenseBadge]][licenseUrl]
15+
16+
<br>
17+
18+
[npmBadge]:https://img.shields.io/npm/v/vue-sfc2esm.svg?maxAge=2592000
19+
[npmUrl]:https://www.npmjs.com/package/vue-sfc2esm@next
20+
21+
[npmDtBadge]:https://img.shields.io/npm/dt/vue-sfc2esm.svg
22+
[npmDtUrl]:https://www.npmjs.com/package/vue-sfc2esm
23+
24+
[licenseBadge]:https://img.shields.io/badge/license-MIT-blue.svg
25+
[licenseUrl]:https://raw.githubusercontent.com/vueblocks/vue-sfc2esm/master/LICENSE
26+
27+
<!-- [bundlePhobiaBadge]:https://badgen.net/bundlephobia/minzip/vue-sfc2esm
28+
[bundlePhobiaUrl]:https://bundlephobia.com/result?p=vue-sfc2esm -->
29+
30+
</div>
431

532
## ✨ Features
633

0 commit comments

Comments
 (0)