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
- Host: GitHub
- URL: https://github.com/johnsonlee/kive
- Owner: johnsonlee
- License: mit
- Created: 2019-06-01T00:49:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:19:01.000Z (over 3 years ago)
- Last Synced: 2025-03-28T23:51:12.014Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 2.36 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```