kraken 0.6.6-dev.4 kraken: ^0.6.6-dev.4 copied to clipboard
A high-performance, web standards-compliant rendering engine.
Kraken #
💁 Have a try #
-
Install Kraken CLI
$ npm i @kraken-project/cli -g
-
Open with kraken
# kraken [localfile|URL] $ kraken https://raw.githubusercontent.com/openkraken/kraken/master/kraken/example/assets/bundle.js
💌 Why kraken #
-
Quick development 🎉
Compatibility with web standards means you don't have to change your stack.
const text = document.createTextNode('Hello World!'); document.body.appendChild(text);
-
Cross platform ⚛️
Seamless integration with Flutter, supports web, mobile (iOS, Android) and desktop (MacOS, Linux, Windows).
-
Fast performance 🚀
Provide native-like performance such as navigation, animation and infinite list scrolling.
👏 Contributing #
By contributing to Kraken, you agree that your contributions will be licensed under its Apache-2.0 License.
-
Prerequisites
-
Install
$ npm install
-
Start Example
$ cd kraken/example $ flutter pub get $ flutter run
-
Test (Unit Test and Integration Test)
$ npm test
-
Build
$ npm run build:macos $ npm run build:android $ npm run build:linux
-
Pack vendors and upload to OSS
$ npm run upload # Set OSS_AK and OSS_SK for env first