https://github.com/OYsun/vscode-VueHelper
:monkey_face:vscode插件,vue,vue-router和vuex的代码提示
https://github.com/OYsun/vscode-VueHelper
editor snippets vscode vuejs
Last synced: 14 days ago
JSON representation
:monkey_face:vscode插件,vue,vue-router和vuex的代码提示
- Host: GitHub
- URL: https://github.com/OYsun/vscode-VueHelper
- Owner: OYsun
- Created: 2016-12-22T17:27:20.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-06-27T03:29:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T08:11:08.415Z (20 days ago)
- Topics: editor, snippets, vscode, vuejs
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=oysun.vuehelper
- Size: 4.05 MB
- Stars: 357
- Watchers: 11
- Forks: 31
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-vue - vscode-VueHelper - 目前vscode最好的vue代码提示插件 (辅助工具)
- awesome-github-vue - vscode-VueHelper - 目前vscode最好的vue代码提示插件 (辅助工具)
- awesome - vscode-VueHelper - 目前vscode最好的vue代码提示插件 (辅助工具)
- awesome-vue - vscode-VueHelper - VueHelper?style=social) - 目前vscode最好的vue代码提示插件 (辅助工具)
README
# VueHelper

## Notes
- 版本更新详情请浏览[releases](https://github.com/OYsun/vscode-VueHelper/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](http://cn.vuejs.org/) | [vue-router](https://router.vuejs.org/zh-cn/) | [vuex](https://vuex.vuejs.org/zh-cn/)
## snippets
- The code standard style base on [JavaScript Standard Style](https://github.com/feross/standard/blob/master/RULES.md#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

### Vue code snippets

### vue-router code snippets

### vuex code snippets

## Installation
* [vscode Extensions Marketplace](https://marketplace.visualstudio.com/items?itemName=oysun.vuehelper)
```javascript
ext install VueHelper
```## Contributing
This is an open source project open to anyone. Contributions are extremely welcome :[github](https://github.com/OYsun/vscode-VueHelper)## Release Notes
### More versions of the information, please click [here](https://github.com/OYsun/vscode-VueHelper/releases)