Skip to content

Commit 043992e

Browse files
committed
doc: update readme
1 parent 6e77c36 commit 043992e

File tree

1 file changed

+75
-28
lines changed

1 file changed

+75
-28
lines changed

extensions/vscode/README.md

Lines changed: 75 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,79 @@
1-
# Vue Language Features
1+
# Vue - Official
2+
3+
<table>
4+
<tbody>
5+
<tr>
6+
<td align="center" valign="middle" colspan="2">
7+
<b>Special Sponsor</b>
8+
</td>
9+
</tr>
10+
<tr>
11+
<td align="center" valign="middle" colspan="2">
12+
<a href="https://stackblitz.com/">
13+
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/StackBlitz.svg" height="80" />
14+
</a>
15+
<p>Stay in the flow with instant dev experiences.<br>No more hours stashing/pulling/installing locally</p>
16+
<p><b> — just click, and start coding.</b></p>
17+
</td>
18+
</tr>
19+
<tr>
20+
<td align="center" valign="middle" colspan="2">
21+
<b>Platinum Sponsors</b>
22+
</td>
23+
</tr>
24+
<tr>
25+
<td align="center" valign="middle" width="50%">
26+
<a href="https://vuejs.org/">
27+
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Vue.svg" height="80" />
28+
</a>
29+
<p>An approachable, performant and versatile framework for building web user interfaces.</p>
30+
</td>
31+
<td align="center" valign="middle" width="50%">
32+
<a href="https://astro.build/">
33+
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Astro.svg" height="80" />
34+
</a>
35+
<p>Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.</p>
36+
</td>
37+
</tr>
38+
<tr>
39+
<td align="center" valign="middle">
40+
<a href="https://www.jetbrains.com/">
41+
<img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/JetBrains.svg" height="80" />
42+
</a>
43+
<p>Essential tools for software developers and teams.</p>
44+
</td>
45+
<td align="center" valign="middle">
46+
</td>
47+
</tr>
48+
<tr>
49+
<td align="center" valign="middle" colspan="2">
50+
<b>Silver Sponsors</b>
51+
</td>
52+
</tr>
53+
<tr>
54+
<td align="center" valign="middle">
55+
<a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/Prefect.svg" height="50" /></a>
56+
</td>
57+
<td align="center" valign="middle">
58+
<a href="https://www.techjobasia.com/"><img src="https://raw.githubusercontent.com/johnsoncodehk/sponsors/master/logos/TechJobAsia.svg" height="50" /></a>
59+
</td>
60+
</tr>
61+
</tbody>
62+
</table>
263

3-
> ⚡ Fast Vue Language Support Extension
4-
5-
[Plugin's page on Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
64+
<p align="center">
65+
<a href="https://github.com/sponsors/johnsoncodehk">Become a sponsor</a>
66+
</p>
667

7-
Vue Language Features is a language support extension built for Vue, Vitepress and petite-vue. this is based on [`@vue/reactivity`](https://www.npmjs.com/package/@vue/reactivity) to calculate everything on-demand, to implement native TypeScript language service level performance.
68+
## Insiders Program 🚀
869

9-
[[Tips](https://github.com/vuejs/language-tools/issues/53)]
70+
This project is community-driven. If you would like to support this project, consider joining the [Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) to improve the sustainability of this project and unlock more features.
1071

1172
## Quick Start
1273

1374
- [create-vue](https://github.com/vuejs/create-vue)
1475
- [Vitesse](https://github.com/antfu/vitesse)
1576
- [petite](https://github.com/JessicaSachs/petite)
16-
1777
- [volar-starter](https://github.com/johnsoncodehk/volar-starter) (For bug report and experiment features testing)
1878

1979
## Usage
@@ -176,6 +236,14 @@ In your tsconfig.json file you will need to make sure your custom extension is i
176236

177237
Finally you need to make VS Code recognize your new extension and automatically associate it with the Vue language format. To do this you need to configure your File Associations setting to map `*.ext` to the language value `vue`. This can be done under Text Editor &gt; Files, or with the key `files.associations`.
178238

239+
## Sponsors
240+
241+
<p align="center">
242+
<a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/sponsors.svg">
243+
<img src="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/sponsors.png"/>
244+
</a>
245+
</p>
246+
179247
## Credits
180248

181249
- [vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples) shows all the knowledge required to develop the extension.
@@ -187,24 +255,3 @@ Finally you need to make VS Code recognize your new extension and automatically
187255
- [vscode-css-languageservice](https://github.com/microsoft/vscode-css-languageservice): css, less, scss, postcss
188256
- [pug-beautify](https://github.com/vingorius/pug-beautify): pug
189257
- [typescript](https://github.com/microsoft/TypeScript): js, ts, jsx, tsx
190-
191-
---
192-
193-
<h3 align="center">Full-time Support by</h3>
194-
<br />
195-
196-
<p align="center">
197-
<span>
198-
<a href="https://stackblitz.com/">
199-
<img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/StackBlitz.png" height="80" />
200-
<h4 align="center">Boot a fresh environment in milliseconds.</h4>
201-
</a>
202-
</span>
203-
</p>
204-
<br />
205-
206-
<p align="center">
207-
<a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/sponsors.svg">
208-
<img src="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/sponsors.png"/>
209-
</a>
210-
</p>

0 commit comments

Comments
 (0)