Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 413 Bytes

README.markdown

File metadata and controls

24 lines (14 loc) · 413 Bytes

Mou.js

Another MVC Library in Browser


Install

yarn install

Try & Play

First, start the Parcel Dev Server

yarn dev

Then, visit a playground page in browser

http://localhost:1234/index.html
http://localhost:1234/stateful-component.html
http://localhost:1234/counter.html
... ...

You can find more playground examples in the directory ./src/play/ - just try them!