Skip to content

0918nobita/mvu

Repository files navigation

自作 MVU フレームワーク

開発ツールの導入

asdf を利用しています。

# asdf プラグインの導入
$ asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
$ asdf plugin add pnpm https://github.com/jonathanmorley/asdf-pnpm.git
$ asdf plugin add task https://github.com/particledecay/asdf-task.git

# .tool-versions に列挙しているツールをインストールする
$ asdf install

依存パッケージのインストール

$ task prepare

ビルド

$ task build

サンプル

カウンターアプリ

$ task dev-counter

input 要素の入力内容を取得して別途表示するやつ

$ task dev-hello-world

ランダムで猫の画像を取得・表示するアプリ

$ task dev-random-cat

About

MVU framework + VDOM runtime (inspired by Elm)

Resources

Stars

Watchers

Forks