Catalyst is a set of patterns and techniques for developing components within a complex application.
Перейти к файлу
Keith Cirkel 4761fac53e
fix rebase errors
2020-06-19 14:33:17 +01:00
.github/workflows build: give nicer name to docs build task 2020-03-27 14:54:08 +00:00
docs docs: compile reference.json 2020-06-19 13:26:34 +00:00
src chore: remove everything outside of catalyst folder 2020-06-12 15:47:41 +01:00
test chore: remove everything outside of catalyst folder 2020-06-12 15:47:41 +01:00
.eslintrc.json chore: remove everything outside of catalyst folder 2020-06-12 15:47:41 +01:00
.gitignore build: remove yarn, use npm 2020-06-12 15:48:34 +01:00
.nvmrc chore: add nvmrc 2020-03-24 14:34:29 +00:00
CODEOWNERS chore: add CODEOWNERS 2020-03-04 17:29:47 +00:00
LICENSE Create LICENSE 2020-03-13 12:13:42 +00:00
README.md fix guide link 2020-06-10 15:25:44 +01:00
package-lock.json build: remove yarn, use npm 2020-06-12 15:48:34 +01:00
package.json fix rebase errors 2020-06-19 14:33:17 +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 it's 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.