Skip to content
/ mvu Public

MVU framework + VDOM runtime (inspired by Elm)

Notifications You must be signed in to change notification settings

0918nobita/mvu

Folders and files

NameName
Last commit message
Last commit date
Jan 6, 2023
Dec 26, 2022
Jan 6, 2023
Jan 6, 2023
Dec 24, 2022
Dec 22, 2022
Dec 25, 2022
Dec 25, 2022
Dec 22, 2022
Dec 25, 2022
Dec 25, 2022
Jan 6, 2023

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