0 branches
Tree Top files
Code
Clone with HTTPS:
56 years ago
..
cube.js.v all: super_batch3 fixes last Apr 13 8.48 KB

JS DOM Cube

Run with veb

cd examples/js_dom_cube
v run main.v

This starts a veb server at http://localhost:3001/ and compiles cube.js.v to cube.js before serving index.html.

You can also run it from the repository root:

v run examples/js_dom_cube/main.v

Compile manually

v -b js_browser examples/js_dom_cube/cube.js.v

Then open index.html in your favorite browser.