mklabs / yov

A WIP View component for yo-yo / bel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YoV

Reactive views built on yo-yo / bel

Little codemirror demo: yov

wip

Dev

Run local dev server

npm install
npm start

It will run the following commands:

watchify docs/app.js -p [livereactload] -o docs/bundle.js &
list .

watchify will compile docs/app.js entry point to docs/bundle.js and incrementally update the bundle on file changes. livereactload plugin implements hot reloading for browserify.

Open http://localhost:3000/docs/ to load the demo application.


About

A WIP View component for yo-yo / bel


Languages

Language:JavaScript 99.8%Language:HTML 0.1%Language:Makefile 0.1%Language:CSS 0.0%