Skip to content

NeweaseSoft/dataplus-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataplus-ui

Development Environment

Software Version
jdk 1.8
gwt 2.10.0
domino-ui 1.0.0-RC16

Compile GWT

mvn clean verify gwt:generate-module gwt:devmode

Compile and Hot-Reload for Development

mvn gwt:devmode

or

mvn gwt:codeserver

Project Structure

dataplus-ui
├── pom.xml
└── src
    └── main
        └── java
            └── com.neweasesoft.dataplus.ui
                └── backstage
                    ├── client
                    ├── public
                    ├── server
                    ├── shared
                    └── Backstage.gwt.xml

Customize configuration

See GWT Official Document.

Releases

No releases published

Packages

No packages published