diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-06-23 13:06:44 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-06-23 13:06:44 +0200 |
commit | 1f5742bebbafbe20a9d7527794798db7ebe5ab98 (patch) | |
tree | 078b87746de4a305452224de39272529def43679 | |
parent | 91ef8d146452588cfa6f461ae0b38206e3fd0f9b (diff) | |
download | kvision-1f5742bebbafbe20a9d7527794798db7ebe5ab98.tar.gz kvision-1f5742bebbafbe20a9d7527794798db7ebe5ab98.tar.bz2 kvision-1f5742bebbafbe20a9d7527794798db7ebe5ab98.zip |
Updated README.0.0.37
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,8 @@ allows to build full-stack, multiplatform applications with shared common code. - [Tabulator](http://tabulator.info/) - [Redux](https://redux.js.org/) - [Navigo](https://github.com/krasimir/navigo) + - [Moment.js](https://momentjs.com/) + - [Pace](https://github.hubspot.com/pace/docs/welcome/) - Includes sophisticated layout containers, including CSS flexbox, CSS grid and Bootstrap responsive 12 columns grid. - Includes convenient forms implementation, with support for many different input components and easy to use validation. @@ -48,6 +50,7 @@ allows to build full-stack, multiplatform applications with shared common code. - Type-safe REST connectivity. - Innovative integration interface for [Ktor](https://ktor.io), [Jooby](https://jooby.org) and [Spring Boot](https://spring.io/projects/spring-boot) frameworks on the server side, including support for type-safe websockets connections. +- Support for building hybrid mobile applications with [Apache Cordova](https://cordova.apache.org/). - Support for building cross-platform, desktop applications with [Electron](https://electronjs.org). - KVision applications are built with [Gradle](https://gradle.org/) with support for Webpack's [Hot Module Replacement (HMR)](https://webpack.js.org/concepts/hot-module-replacement/) and [Kotlin JavaScript DCE (dead code elimination)](https://kotlinlang.org/docs/reference/javascript-dce.html). |