MrGaoGang / lucky_tools

各种vscode插件,react-native插件, react-typescript-snippet , json-to-ts;以及Mendix开发插件

Home Page:https://mrgaogang.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lucky_tools

English

此工程主要记录一些日常工作中常用的 vscode 插件。

1. vscode-plugin-json-to-ts

json 字符串转换成 typescriptinterface;

vscode-plugin-json-to-ts

  1. 从剪切板 json 数据转换成 interface (windows: ctrl+alt+C , Mac : ^+⌥+C)

  2. 选择 json 数据转换成 interface (windows: ctrl+alt+S , Mac : ^+⌥+S)

  3. 将 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 移动图表库 oviewvue-cli 插件。

oview is a mobile chart library!

5. react-native-file-hash-plugin

react-native-file-hash-plugin create file hash in react-native!

About

各种vscode插件,react-native插件, react-typescript-snippet , json-to-ts;以及Mendix开发插件

https://mrgaogang.github.io

License:MIT License


Languages

Language:JavaScript 80.4%Language:Vue 10.1%Language:TypeScript 9.5%