Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit e084b06

Browse files
authored
Update README.md
1 parent 71d4b64 commit e084b06

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1-
fluent-vue-loader
2-
=================
1+
<h1 align="center">
2+
fluent-vue-loader
3+
</h1>
34

4-
`fluent-vue-loader` is Webpack loader that allows to use Vue custom blocks with locale messages in `fluent-vue`
5+
<p align="center">
6+
<a href="https://github.com/fluent-vue/fluent-vue-loader/actions">
7+
<img src="https://img.shields.io/github/workflow/status/fluent-vue/fluent-vue-loader/Test" alt="GitHub Workflow Status">
8+
</a>
9+
<a href="https://codecov.io/gh/fluent-vue/fluent-vue-loader">
10+
<img src="https://codecov.io/gh/fluent-vue/fluent-vue-loader/branch/main/graph/badge.svg?token=0JSSE94EGJ" alt="codecov">
11+
</a>
12+
<a href="https://standardjs.com">
13+
<img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="Standard - JavaScript Style Guide">
14+
</a>
15+
<a href="https://github.com/fluent-vue/fluent-vue-loader/blob/main/LICENSE">
16+
<img src="https://img.shields.io/github/license/fluent-vue/fluent-vue-loader" alt="GitHub license">
17+
</a>
18+
</p>
19+
20+
<p align="center">
21+
Webpack loader that allows to use Vue custom blocks for locale messages in <a href="https://github.com/Demivan/fluent-vue">fluent-vue</a>
22+
</p>
523

624
- [Installation](#installation)
725
- [Example](#example)

0 commit comments

Comments
 (0)