/dart-web-components

Dart + Web Components

Primary LanguageDartApache License 2.0Apache-2.0

Dart Web Components

Simple example with using Dart to create web components and compiling Dart to WASM and JS.

Build

dart compile wasm -o web/wasm/main.dart.wasm lib/main.dart

Serve

dhttpd --path web

Open http://localhost:8080