Catalyst is a set of patterns and techniques for developing components within a complex application.
Перейти к файлу
Kristján Oddsson 7008e3e3d0
Update reference to lhci CLI
2021-05-19 21:30:48 +01:00
.github/workflows Update reference to lhci CLI 2021-05-19 21:30:48 +01:00
docs Merge branch 'main' into fix-pre-overflow 2021-05-17 10:24:42 +01:00
src fix: ensure shadowRoot is bound after connectedcallback 2021-03-16 12:40:45 +00:00
test test: add belt & braces test for autoShadowRoot controller behaviour 2021-03-16 12:44:19 +00:00
.eslintrc.json style(import/extension): always require extension 2021-02-26 13:00:18 +00:00
.gitignore Remove the references page from docs 2021-03-29 10:02:01 +01:00
.nvmrc chore: add nvmrc 2020-03-24 14:34:29 +00:00
CODEOWNERS Update CODEOWNERS 2021-01-21 14:59:37 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-10-26 15:02:13 +00:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-10-26 15:01:29 +00:00
LICENSE Create LICENSE 2020-03-13 12:13:42 +00:00
README.md Link to definition of Web Components 2021-02-18 09:45:16 +00:00
SECURITY.md Create SECURITY.md 2020-10-26 15:06:03 +00:00
lighthouserc.json Disregard deprecations in lighthouse 2021-03-29 10:15:07 +01:00
package-lock.json 1.1.3 2021-03-30 18:32:59 +01:00
package.json 1.1.3 2021-03-30 18:32:59 +01:00
tsconfig.json chore: drop useless rootDir option 2020-06-19 14:25:44 +01:00

README.md

Catalyst

Catalyst is a set of patterns and techniques for developing components within a complex application. At its core, Catalyst simply provides a small library of functions to make developing Web Components easier.

For more see the Catalyst Website which includes a Guide To using Catalyst.