Skip to content

Commit a658d95

Browse files
wip(docs): use smaller emoji
1 parent aae39a6 commit a658d95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
6767
see [examples](docs/examples.md)
6868

6969

70-
## Try It Online :test_tube:
70+
## Try It Online <sub>:test_tube:</sub>
7171

7272
https://codepen.io/franckfreiburger/project/editor/AqPyBr
7373

7474

75-
## Public API :blue_book:
75+
## Public API <sub>:book:</sub>
7676

7777
**[loadModule](docs/api/README.md#loadmodule)**(`path`: string, `options`: [Options](docs/api/interfaces/options.md)): Promise\<Module>
7878

7979

80-
## dist/ :package:
80+
## dist/ <sub>:package:</sub>
8181

8282
[![latest bundle version](https://img.shields.io/npm/v/vue3-sfc-loader?label=version)](https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/CHANGELOG.md)
8383
[![bundle minified size](https://img.shields.io/bundlephobia/min/vue3-sfc-loader?label=min)](#dist)
@@ -93,20 +93,20 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
9393
- `npm install vue3-sfc-loader` (here: `./node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.js`)
9494

9595

96-
## Build your own version :hammer_and_wrench:
96+
## Build your own version <sub>:hammer_and_wrench:</sub>
9797

9898
`webpack --config ./build/webpack.config.js --mode=production --env targetsBrowsers="> 1%, last 2 versions, Firefox ESR, not dead, not ie 11"`
9999

100100
_see [`package.json`](https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/package.json) "build" script_
101101
_see [browserslist queries](https://github.com/browserslist/browserslist#queries)_
102102

103103

104-
## How It Works :gear:
104+
## How It Works <sub>:gear:</sub>
105105

106106
[`vue3-sfc-loader.js`](https://unpkg.com/[email protected]/dist/report.html) = `Webpack`( `@vue/compiler-sfc` + `@babel` )
107107

108108

109-
### more details :mag:
109+
### more details <sub>:mag:</sub>
110110

111111
1. load the `.vue` file
112112
1. parse and compile template, script and style sections (`@vue/compiler-sfc`)
@@ -116,15 +116,15 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
116116
1. merge all and return the component
117117

118118

119-
## Any Questions :question:
119+
## Any Questions <sub>:question:</sub>
120120

121121
<!-- ask here: https://stackoverflow.com/questions/ask?tags=vue3-sfc-loader (see [previous questions](https://stackoverflow.com/questions/tagged/vue3-sfc-loader)) -->
122122
[:speech_balloon: ask in Discussions tab](https://github.com/FranckFreiburger/vue3-sfc-loader/discussions)
123123

124124

125125
## Previous version (for vue2)
126126

127-
see [http-vue-loader](https://github.com/FranckFreiburger/http-vue-loader) :zzz:
127+
see [http-vue-loader](https://github.com/FranckFreiburger/http-vue-loader) <sub>:zzz:</sub>
128128

129129
#
130130

0 commit comments

Comments
 (0)