diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-05-16 15:00:58 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-05-16 15:00:58 +0200 |
commit | 1b98de40aeda34381b35f41df89f2e32757c539f (patch) | |
tree | 200878daae77ccffdfefda6224fd47686a9649b1 /README.md | |
parent | 92bc1caf2f2230d7de125dd398ef49d92fe8fadb (diff) | |
download | kvision-1b98de40aeda34381b35f41df89f2e32757c539f.tar.gz kvision-1b98de40aeda34381b35f41df89f2e32757c539f.tar.bz2 kvision-1b98de40aeda34381b35f41df89f2e32757c539f.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -49,13 +49,14 @@ allows to build full-stack, multiplatform applications with shared common code. - 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 cross-platform, desktop applications with [Electron](https://electronjs.org). -- Ready to explore [KVision examples](https://github.com/rjaros/kvision-examples) are available, -built with [Gradle](https://gradle.org/) and supporting Webpack's [Hot Module Replacement (HMR)](https://webpack.js.org/concepts/hot-module-replacement/) and +- 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). - [Karma](https://karma-runner.github.io/) testing framework support. - IDE support (IntelliJ IDEA Community Edition). -## Documentation +## Examples and documentation + +Ready to explore, rich set of [KVision examples](https://github.com/rjaros/kvision-examples) is available in the separate project. The comprehensive [KVision guide](https://kvision.gitbook.io/kvision-guide/) is published on GitBook. |