# 插件
## vscode 插件
* [json2ts](网页版 http://json2ts.com/)[use 全选要json后 按下 ctrl + shift + alt + s]
* [vetur][代码效验]
* [Vue VSCode Snippets][代码效验]
```use 快捷键
vue
vbase
vbase-ts
v3base
vue-template
vfor
vclass
vue-router
vrouter
vroutername
vuex
vstore
vgetters
vimport export 导入
---------------------------------------
订制化修改
cammend+shift+. // 打开隐藏目录
~/.vscode/extensions/sdras.vue-vscode-snippets-2.1.5/snippets
```
## 开发插件
* [vue-baidu-map](https://github.com/Dafrok/vue-baidu-map)[百度地图Vue版]
* [Vue-draggable](https://sortablejs.github.io/Vue.Draggable/#/functional)[拖拽vue版]
* [Vue-draggable](https://sortablejs.github.io/Vue.Draggable/#/functional)[拖拽vue版]
* [v-code-diff](https://github.com/Shimada666/v-code-diff/blob/master/README-zh.md)[代码差异化-可以看到本次与上次不同修改内容]
* [vue-countdown](https://github.com/fengyuanchen/vue-countdown)[倒计时vue版,移动端可使用vant中的CountDown组件]