Giter Site home page Giter Site logo

wetool-plugin's Introduction

欢迎体验我们全新的桌面端效率工具

欢迎体验我们全新的桌面端效率工具RunFlow

https://myrest.top/myflow

WeTool插件支持

这是一个 WeTool 插件支持库,开发极简单,简单几步即可实现插件的快速开发。

本仓库说明

插件开发

开发须知

  • 安装有Java11及以上版本
  • 安装有Lombok工具
  • 安装有Maven、Git开发环境
  • 了解JavaFX图形化技术
  • 安装了SceneBuilder 2.0以上版本

个人Maven仓库

仓库1

<repository>
    <id>ease-maven</id>
    <url>https://gitee.com/code4everything/repository/raw/master/maven</url>
</repository>

仓库2

<repository>
    <id>ease-maven</id>
    <url>https://code4everything.github.io/repository/maven</url>
</repository>

插件基础支持库

<dependency>
    <groupId>org.code4everything</groupId>
    <artifactId>wetool-plugin-support</artifactId>
    <version>1.6.0</version>
</dependency>

插件测试支持库

<dependency>
    <groupId>org.code4everything</groupId>
    <artifactId>wetool-plugin-test</artifactId>
    <version>1.6.0</version>
    <scope>test</scope>
</dependency>

参与贡献

欢迎大家提Issue、Pull Request,参与开发,一起完善本工具,如果觉得项目还不错,请Star哦~

wetool-plugin's People

Contributors

easepan avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.