94 lines
4.3 KiB
Markdown
94 lines
4.3 KiB
Markdown
<p>
|
|
<h1 align="center">Vetur</h1>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/vuejs/vetur/actions?query=workflow%3A%22Node+CI%22">
|
|
<img src="https://img.shields.io/github/workflow/status/vuejs/vetur/Node%20CI?label=%20&logo=github&style=flat-square&logoColor=white&color=42b883">
|
|
</a>
|
|
<a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur">
|
|
<img src="https://vsmarketplacebadge.apphb.com/version-short/octref.vetur.svg?label=%20&style=flat-square&color=42b883">
|
|
</a>
|
|
<a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur">
|
|
<img src="https://vsmarketplacebadge.apphb.com/installs-short/octref.vetur.svg?label=%20&style=flat-square&color=35495e">
|
|
</a>
|
|
<a href="https://marketplace.visualstudio.com/items?itemName=octref.vetur">
|
|
<img src="https://vsmarketplacebadge.apphb.com/rating-short/octref.vetur.svg?label=%20&style=flat-square&color=35495e">
|
|
</a>
|
|
<br>
|
|
</p>
|
|
|
|
Vue tooling for VS Code.
|
|
|
|
- [vls](https://github.com/vuejs/vetur/blob/master/./server): Vue Language Server
|
|
- [vti](https://github.com/vuejs/vetur/blob/master/./vti): Vetur Terminal Interface
|
|
- [Docs](https://vuejs.github.io/vetur)
|
|
|
|
🎉 VueConf 2017 [Slide](https://www.dropbox.com/sh/eb4w8k3orh0j391/AAB3HaJexbGLa2tCP14BI8oJa?dl=0) & [Video](https://www.youtube.com/watch?v=05tNXJ-Kric) 🎉
|
|
|
|
## Sponsors
|
|
|
|
I quit my job to travel nomadically, to work on Open Source and to conduct independent study/research.
|
|
|
|
Vetur is my main focus in Open Source. Your help will alleviate my financial burden and allow me to spend more time working on Vetur. Thank you 🙏
|
|
|
|
https://github.com/sponsors/octref
|
|
|
|
Thanks to the following companies for supporting Vetur's development:
|
|
|
|
<table width="100%">
|
|
<tr>
|
|
<td>
|
|
<a href="https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_campaign=vetur&utm_medium=banner">
|
|
<img src="https://alt-images.codestream.com/codestream_logo_vetur.png" width="250"/>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
Request and perform code reviews from inside your IDE. Review any code, even if it's a work-in-progress that hasn't been committed yet, and use jump-to-definition, your favorite keybindings, and other IDE tools.
|
|
<a title="Try CodeStream" href="https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_campaign=vetur&utm_medium=banner">Try it free</a>.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
## Features
|
|
|
|
- [Syntax-highlighting](https://vuejs.github.io/vetur/guide/highlighting.html)
|
|
- [Semantic-highlighting](https://vuejs.github.io/vetur/guide/semantic-highlighting.md)
|
|
- [Snippet](https://vuejs.github.io/vetur/guide/snippet.html)
|
|
- [Emmet](https://vuejs.github.io/vetur/guide/emmet.html)
|
|
- [Linting / Error Checking](https://vuejs.github.io/vetur/guide/linting-error.html)
|
|
- [Formatting](https://vuejs.github.io/vetur/guide/formatting.html)
|
|
- [IntelliSense](https://vuejs.github.io/vetur/guide/intellisense.html)
|
|
- [Debugging](https://vuejs.github.io/vetur/guide/debugging.html)
|
|
- [Component Data](https://vuejs.github.io/vetur/guide/component-data.html): auto-completion and hover-information for popular Vue frameworks and your own custom components
|
|
- [Experimental Interpolation Features](https://vuejs.github.io/vetur/guide/interpolation.html): auto-completion, hover information and type-checking in Vue template
|
|
- [VTI](https://vuejs.github.io/vetur/guide/vti.html): Surface template type-checking errors on CLI
|
|
- [Global components](https://vuejs.github.io/vetur/guide/global-components.html): support define global components.
|
|
|
|
## Quick Start
|
|
|
|
- Install [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur).
|
|
- Try it with [Veturpack](https://github.com/octref/veturpack).
|
|
- Refer to [setup](https://vuejs.github.io/vetur/guide/setup.html) page for setting up.
|
|
- Refer to each feature's own page for setting up specific features.
|
|
|
|
## FAQ
|
|
|
|
[FAQ](https://vuejs.github.io/vetur/guide/FAQ.html)
|
|
|
|
## Limitations
|
|
|
|
- You can restart Vue language service when Vetur slow ([#2192](https://github.com/vuejs/vetur/issues/2192))
|
|
- yarn pnp (https://vuejs.github.io/vetur/guide/setup.html#yarn-pnp)
|
|
|
|
## Roadmap
|
|
|
|
See [#873](https://github.com/vuejs/vetur/issues/873).
|
|
|
|
## Contribution
|
|
|
|
See [CONTRIBUTING.md](https://github.com/vuejs/vetur/blob/master/.github/CONTRIBUTING.md)
|
|
|
|
## License
|
|
|
|
MIT © [Pine Wu](https://github.com/octref)
|