An open API service indexing awesome lists of open source software.

https://github.com/johnsonlee/kive

Writing Vue apps in Kotlin
https://github.com/johnsonlee/kive

Last synced: about 1 year ago
JSON representation

Writing Vue apps in Kotlin

Awesome Lists containing this project

README

          

# Kive

Kive is a prototype of writing Vue apps by Kotlin

## Getting Started

Generate javascript code:

```bash
./gradlew clean :app:assemble
```

Run Vue app:

```bash
cd app
npm install
npm start
```