diff options
| author | xengineering <me@xengineering.eu> | 2026-08-11 11:14:54 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-08-11 11:22:48 +0200 |
| commit | 40b3272f5660517a4c97f97afcc9c3ed787465a4 (patch) | |
| tree | 76b9e2c31ab655ef097f19735d4a693d6787ea0b /view/html/recipe-step.html | |
| parent | 99cff9a3102c64cd146d524524001bd6ecb246c4 (diff) | |
| download | ceres-40b3272f5660517a4c97f97afcc9c3ed787465a4.tar ceres-40b3272f5660517a4c97f97afcc9c3ed787465a4.tar.zst ceres-40b3272f5660517a4c97f97afcc9c3ed787465a4.zip | |
Introduce Dart infrastructure for frontend
The Dart programming language is excellent for frontend use. It is
suitable to write command line programs, web interfaces with the builtin
JavaScript transpiler and cross-platform applications with Flutter.
To focus on a small number of languages Dart should now be used for
frontend purposes as Go is used for backend purposes.
Thus it is a valid option to start the migration for Ceres from Go +
JavaScript to Go + Dart.
This commit sets up the infrastructure. A `view/dart/ceres.dart` file is
added together with tooling to transpile to JavaScript, embed it into
the Go executable and serve it. Furthermore the script which just prints
a message to the console is added to every page.
Further commits can move existing code to Dart or add new code in Dart.
Diffstat (limited to 'view/html/recipe-step.html')
0 files changed, 0 insertions, 0 deletions
