Skip to content

Commit fe54421

Browse files
committed
docs: add badges in README.md
1 parent 6773e89 commit fe54421

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/extension-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Upload Artifact
2828
uses: actions/upload-artifact@v4
2929
with:
30-
name: Extension
30+
name: extensions
3131
path: ./extensions/vscode/volar-*.vsix

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Vue Language Tools
22

3+
<p>
4+
<a href="https://marketplace.visualstudio.com/items?itemName=Vue.volar"><img src="https://img.shields.io/visual-studio-marketplace/v/Vue.volar?labelColor=18181B&color=1584FC" alt="Version"></a>
5+
<a href="https://marketplace.visualstudio.com/items?itemName=Vue.volar"><img src="https://img.shields.io/visual-studio-marketplace/i/Vue.volar?labelColor=18181B&color=1584FC" alt="Downloads"></a>
6+
<a href="https://github.com/vuejs/language-tools/tree/master/LICENSE"><img src="https://img.shields.io/github/license/vuejs/language-tools.svg?labelColor=18181B&color=1584FC" alt="License"></a>
7+
<a href="https://nightly.link/vuejs/language-tools/workflows/extension-build/master/extensions.zip"><img src="https://img.shields.io/badge/Nightly%20Build-18181B" alt="Nightly Build"></a>
8+
</p>
9+
310
> ⚡ High-performance Vue language tooling based-on [Volar.js](https://volarjs.dev/)
411
512
💬 **#language-tools** on our [Discord Server](https://discord.gg/vue)

0 commit comments

Comments
 (0)