Update readme

This commit is contained in:
2017-09-03 13:27:42 +02:00
parent 2682693978
commit f2e77fe2e3
2 changed files with 7 additions and 1 deletions

View File

@@ -22,7 +22,6 @@
<option name="pluginClasspaths"> <option name="pluginClasspaths">
<array /> <array />
</option> </option>
<option name="verbose" value="true" />
<option name="suppressWarnings" value="true" /> <option name="suppressWarnings" value="true" />
<option name="coroutinesWarn" value="true" /> <option name="coroutinesWarn" value="true" />
</compilerArguments> </compilerArguments>

7
readme.md Normal file
View File

@@ -0,0 +1,7 @@
# Komponent
Very simple helper to build single page apps with the Kotlin javascript target using static html builders.
See the komp-todo repository for a basic example here: [komp-todo](https://github.com/rnentjes/komp-todo)
See the simple-password-manager repository for a complete example: [simple-password-manager](https://github.com/rnentjes/simple-password-manager)