Skip to content

Commit fe9660c

Browse files
wip(docs): add some emoji
1 parent be8db77 commit fe9660c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

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

6666

67-
## Try It Online
67+
## Try It Online :test_tube:
6868

6969
https://codepen.io/franckfreiburger/project/editor/AqPyBr
7070

7171

72-
## Public API
72+
## Public API :blue_book:
7373

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

7676

77-
## dist/
77+
## dist/ :package:
7878

7979
[![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)
8080
[![bundle minified size](https://img.shields.io/bundlephobia/min/vue3-sfc-loader?label=min)](#dist)
@@ -90,20 +90,20 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
9090
- `npm install vue3-sfc-loader` (here: `./node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.js`)
9191

9292

93-
## Build your own version
93+
## Build your own version :hammer_and_wrench:
9494

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

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

100100

101-
## How It Works
101+
## How It Works :gear:
102102

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

105105

106-
### more details
106+
### more details :mag:
107107

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

115115

116-
## Any Questions ?
116+
## Any Questions :question:
117117

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

121121

122122
## Previous version (for vue2)
123123

124-
see [http-vue-loader](https://github.com/FranckFreiburger/http-vue-loader)
124+
see [http-vue-loader](https://github.com/FranckFreiburger/http-vue-loader) :zzz:
125125

126126
#
127127

0 commit comments

Comments
 (0)