lucky_tools
lucky_tools copied to clipboard
各种vscode插件,react-native插件, react-typescript-snippet , json-to-ts;以及Mendix开发插件
lucky_tools
English
- lucky_tools
此工程主要记录一些日常工作中常用的 vscode 插件。
1. vscode-plugin-json-to-ts
将
json
字符串转换成typescript
的interface
;
vscode-plugin-json-to-ts
-
从剪切板 json 数据转换成 interface (windows:
ctrl+alt+C
, Mac :^+⌥+C
) -
选择 json 数据转换成 interface (windows:
ctrl+alt+S
, Mac :^+⌥+S
) -
将 json 文件转换成 interface (windows:
ctrl+alt+F
, Mac :^+⌥+F
)
2. vscode-react-typescript-snippet
使用 typescript
编写 react
程序的代码模板。
打开vscode插件
并搜索React code snippets Typescript
即可。
vscode-react-typescript-snippet
2. vue-cli-plugin-uibuilder-widget
一个编写视图编辑器的 vue cli 插件
vue-cli-plugin-uibuilder-widget
3. mendix-cli
使用 vue 去编写 mendix 组件的 cli
使用
npm install mendix-cli -g
mendix create your-project
# select template
如何使用请见mendix_vue_template
4. vue-cli-plugin-oview
vue
移动图表库 oview
的 vue-cli
插件。
oview is a mobile chart library!
5. react-native-file-hash-plugin
react-native-file-hash-plugin create file hash in react-native!