Catalyst is a set of patterns and techniques for developing components within a complex application.
Перейти к файлу
Kristján Oddsson dbb4268acd Minimal implementation of loadable ability
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
2022-05-27 12:22:22 +01:00
.devcontainer Add a .devcontainer 2022-02-28 17:03:55 +00:00
.github/workflows Merge branch 'main' into upgrade-actions-runners 2022-05-19 11:06:30 +01:00
docs Minimal implementation of loadable ability 2022-05-27 12:22:22 +01:00
src Minimal implementation of loadable ability 2022-05-27 12:22:22 +01:00
test Minimal implementation of loadable ability 2022-05-27 12:22:22 +01:00
.eslintrc.json turn off unecessary lint rules for this package 2022-03-28 12:37:54 +01:00
.gitignore ignore coverage directory 2022-05-12 14:36:28 +01:00
.nvmrc chore: add nvmrc 2020-03-24 14:34:29 +00:00
CODEOWNERS Update CODEOWNERS 2022-04-28 10:18:16 +01: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 tweak error conditions for lighthouse 2022-05-19 11:03:11 +01:00
package-lock.json upgrade outdated packages 2022-05-06 08:47:24 +01:00
package.json Add lib/abilities which exports Providable 2022-05-17 19:03:24 +01:00
tsconfig.build.json add tests to tsconfig for checking 2022-05-12 14:36:27 +01:00
tsconfig.json add tests to tsconfig for checking 2022-05-12 14:36:27 +01:00
web-test-runner.config.js Set esbuild target for tests to es2020 2022-05-06 15:26:49 +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.