Catalyst is a set of patterns and techniques for developing components within a complex application.
Перейти к файлу
Keith Cirkel b74432c0b9
run lint & size as part of CI, but not before `npm run test`
The build step is no longer needed for tests, which in part allows us to
drop these.
2022-04-28 09:36:54 +01:00
.github/workflows run lint & size as part of CI, but not before `npm run test` 2022-04-28 09:36:54 +01:00
docs Delete CNAME 2022-04-12 12:44:55 +00:00
src Move controller responsibility into delegate 2022-04-25 13:12:13 +01:00
test import TS files directly in tests 2022-04-28 09:36:49 +01:00
.eslintrc.json turn off unecessary lint rules for this package 2022-03-28 12:37:54 +01: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 Change start server pattern 2021-05-19 21:41:56 +01:00
package-lock.json chore(deps): bump async from 2.6.3 to 2.6.4 2022-04-26 12:07:27 +00:00
package.json run lint & size as part of CI, but not before `npm run test` 2022-04-28 09:36:54 +01:00
tsconfig.json chore: drop useless rootDir option 2020-06-19 14:25:44 +01:00
web-test-runner.config.js Convert TypeScript test files using esbuild 2022-04-26 11:12: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.