Repository
Current version released
4 years ago
Dependencies
deno.land/x
github.com
nest.land
Versions
- revb3Latest
- revb2
- 0.29.0
- 0.28.10
- 0.28.9
- 0.28.8
- 0.28.7
- 0.28.6
- 0.28.5
- 0.28.4
- 0.28.3
- 0.28.2
- 0.28.1
- 0.28.0
- 0.27.5
- 0.27.4
- 0.27.3
- 0.27.2
- 0.27.1
- 0.27.0
- 0.26.0
- 0.25.1
- 0.25.0
- 0.24.2
- 0.24.1
- 0.24.0
- 0.23.4
- 0.23.3
- 0.23.2
- 0.23.1
- 0.23.0
- 0.22.0
- 0.21.2
- 0.21.1
- 0.21.0
- 0.20.0
- 0.19.2
- 0.19.1
- 0.18.0-rc.1
- 0.18.0-rc.0
- 0.17.0-rc.1
- 0.16.0-rc.20
- 0.16.0-rc.19
- 0.16.0-rc.18
- 0.16.0-rc.17
- 0.16.0-rc.16
- 0.16.0-rc.15
- 0.16.0-rc.14
- 0.16.0-rc.13
- 0.16.0-rc.12
- 0.16.0-rc.11
- 0.16.0-rc.10
- 0.16.0-rc.9
- 0.16.0-rc.8
- 0.16.0-rc.6
- 0.16.0-rc.5
- 0.16.0-rc.4
- 0.16.0-rc.3
- 0.16.0-rc.2
- 0.16.0-rc.1
- 0.16.0-rc.0
- 0.15.0
- 0.14.7
- 0.14.6
- 0.14.5
- 0.14.4
- 0.14.3
- 0.14.2
- 0.14.1
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
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^