Skip to content

Commit 97720c0

Browse files
wip(docs): update readme
1 parent 81ba92a commit 97720c0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
1111
* Focuses on component compilation. Network, styles injection and cache are up to you (see [example below](#example))
1212
* Embedded ES6 modules support ( including `import()` )
1313
* SFC Custom Blocks support
14-
* Support custom CSS, HTML and Script language, see [pug](docs/examples.md#using-another-template-language-pug) and [stylus](docs/examples.md#using-another-style-language-stylus) examples
14+
* JSX support
15+
* Custom CSS, HTML and Script language Support, see [pug](docs/examples.md#using-another-template-language-pug) and [stylus](docs/examples.md#using-another-style-language-stylus) examples
1516
* Properly reports template, style or script errors through the [log callback](docs/api/interfaces/options.md#log)
16-
* You can [build your own version](#build-your-own-version) and easily customize browsers you need to support
17+
* Easily [build your own version](#build-your-own-version) and customize browsers you need to support
1718

1819

1920
## Example
@@ -82,9 +83,9 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
8283
## dist/
8384

8485
[![latest bundle version](https://img.shields.io/npm/v/vue3-sfc-loader?label=latest%20version)](https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/CHANGELOG.md)
85-
[<!--update-min-br-size-->![bundle minified+brotli size](https://img.shields.io/badge/min%2Bbr-286kB-blue)<!--/update-min-br-size-->](#dist)
86-
[<!--update-min-gz-size-->![bundle minified+gzip size](https://img.shields.io/badge/min%2Bgz-362kB-blue)<!--/update-min-gz-size-->](#dist)
87-
[<!--update-min-size-->![bundle minified size](https://img.shields.io/badge/min-1398kB-blue)<!--/update-min-size-->](#dist)
86+
[<!--update-min-br-size-->![bundle minified+brotli size](https://img.shields.io/badge/min%2Bbr-284kB-blue)<!--/update-min-br-size-->](#dist)
87+
[<!--update-min-gz-size-->![bundle minified+gzip size](https://img.shields.io/badge/min%2Bgz-359kB-blue)<!--/update-min-gz-size-->](#dist)
88+
[<!--update-min-size-->![bundle minified size](https://img.shields.io/badge/min-1395kB-blue)<!--/update-min-size-->](#dist)
8889
[![Snyk Vulnerabilities for vue3-sfc-loader](https://img.shields.io/snyk/vulnerabilities/github/FranckFreiburger/vue3-sfc-loader)](https://snyk.io/vuln/npm:vue3-sfc-loader)
8990

9091
[![browser support](https://img.shields.io/github/package-json/browserslist/FranckFreiburger/vue3-sfc-loader)](https://github.com/browserslist/browserslist#query-composition)

0 commit comments

Comments
 (0)