/kive

Writing Vue apps in Kotlin

Primary LanguageKotlinMIT LicenseMIT

Kive

Kive is a prototype of writing Vue apps by Kotlin

Getting Started

Generate javascript code:

./gradlew clean :app:assemble

Run Vue app:

cd app
npm install
npm start