Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>VueHelperNew to Visual Studio Code? Get it now.

VueHelper

oysun

|
439,418 installs
| (7) | Free
Code snippets for Vue,Vue-router and Vuex
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VueHelper

logo

Notes

  • 版本更新详情请浏览releases
  • 关于文件配置问题,请务必看这里:https://github.com/OYsun/vscode-VueHelper/issues/1

feature

  • (1) may be the best vue code snippets plug-ins in Vscode, not only includes the vue2 all api, also contains vue-router 2 and vuex 2 code

  • (2) Each snippet has a detailed description, mainly to facilitate learning, because when learning to forget the use of an api, often to consult the document will be a waste of time, so I will increase the description of each code snippet, description of the basis are derived from official documents

    • vue | vue-router | vuex zh

snippets

  • The code standard style base on JavaScript Standard Style

  • In vue and vue-router, vuex general $ are the beginning of the vm api,In the vscode code snippet prepared by the $ is a variable, when you enter $ is no role。So for all "$" please enter vm

$

  • Tips for the way Many plug-ins is to use shorthand,for example, the router object method, enter rtb-> will prompt router.beforeEach(),This is convenient, but need to force you to remember, not friendly.So what I've taken is that when you type router, it lists all the properties and methods of the router object

snippets

Vue code snippets

vue

vue-router code snippets

vue-router

vuex code snippets

vuex

Installation

  • vscode Extensions Marketplace
ext install VueHelper

Contributing

This is an open source project open to anyone. Contributions are extremely welcome :github

Release Notes

More versions of the information, please click here

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft