kraken 0.6.6-dev.4 copy "kraken: ^0.6.6-dev.4" to clipboard
kraken: ^0.6.6-dev.4 copied to clipboard

outdated

A high-performance, web standards-compliant rendering engine.

kraken Post

Kraken pub package #

💁 Have a try #

  1. Install Kraken CLI

    $ npm i @kraken-project/cli -g
    
  2. 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.

  1. Prerequisites

  2. Install

    $ npm install
    
  3. Start Example

    $ cd kraken/example
    $ flutter pub get
    $ flutter run
    
  4. Test (Unit Test and Integration Test)

    $ npm test
    
  5. Build

    $ npm run build:macos
    $ npm run build:android
    $ npm run build:linux
    
  6. Pack vendors and upload to OSS

    $ npm run upload # Set OSS_AK and OSS_SK for env first