Ogone
WIP
Ogone is currently facing a big refactoring.
Description
use Ogone to compile web-components for your applications. it’s based on Deno.
Actually Ogone is under an experimental phase. avoid using it for production.
Ogone has it own extension *.o3
which allow some new features.
No Proxies, no getters, no setters used for the reactivity, just code…
Installation
import o3 from 'https://x.nest.land/Ogone@0.16.0-rc.3/mod.ts';
o3.run({
entrypoint: 'path/to/root-component.o3',
modules: '/modules',
port: 8080,
});
Extensions
- VS Code
- Syntax High-lighting: Otone 0.0.8^