Module

x/xelement/deno.json

X-Element a zero knowledge curve, agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element and language standards.
Latest
File
{ "lint": { "include": [ "scripts" ] }, "fmt": { "include": [ "scripts" ], "options": { "useTabs": false, "lineWidth": 500, "indentWidth": 4, "singleQuote": true, "proseWrap": "preserve" } }, "tasks": { "d": "deno run -A scripts/deploy.ts", "t": "deno test -A scripts/test.ts", "w": "deno run -A scripts/watch.ts" }}