Ogone
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
// from deno.land/x
import o3 from 'https://deno.land/x/ogone@<version>/mod.ts';
// from x.nest.land
import o3 from 'https://x.nest.land/Ogone@<version>/mod.ts';
o3.run({
entrypoint: 'path/to/root-component.o3',
modules: '/modules',
port: 8080,
});
Extensions
- VS Code
- Syntax High-lighting: Otone 0.0.8^