A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
Перейти к файлу
FAST DevOps 3dfde1536c applying package updates 2022-10-04 07:14:24 +00:00
.github Update packages to new name (#229) 2022-10-03 10:13:10 -07:00
.vscode Add Beachball to repository for publishing NPM packages (#103) 2021-10-08 12:08:21 -07:00
build Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
docs Added files to trigger the GitHub pages workflow (#213) 2022-04-18 17:27:36 -07:00
packages applying package updates 2022-10-04 07:14:24 +00:00
website Update packages to new name (#229) 2022-10-03 10:13:10 -07:00
.eslintignore Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.eslintrc.js Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.gitattributes Add Git Ignore and Attribute files (#63) 2021-08-11 13:56:37 -07:00
.gitignore Updated the documentation pre and code blocks style (#216) 2022-05-13 17:41:15 -07:00
.prettierignore Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.prettierrc Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
BRANCH_GUIDE.md Update documentation around repository name (#222) 2022-07-12 16:42:38 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-06-28 18:28:42 -07:00
CONTRIBUTING.md Update packages to new name (#229) 2022-10-03 10:13:10 -07:00
LICENSE LICENSE committed 2021-06-28 18:28:42 -07:00
PUBLISHING.md Update packages to new name (#229) 2022-10-03 10:13:10 -07:00
README.md Update packages to new name (#229) 2022-10-03 10:13:10 -07:00
SECURITY.md SECURITY.md committed 2021-06-28 18:28:43 -07:00
STYLE_GUIDE.md Update documentation around repository name (#222) 2022-07-12 16:42:38 -07:00
beachball.config.js Add Beachball to repository for publishing NPM packages (#103) 2021-10-08 12:08:21 -07:00
package-lock.json applying package updates 2022-10-04 07:14:24 +00:00
package.json Update packages to new name (#229) 2022-10-03 10:13:10 -07:00
tsconfig.json Update TypeScript dependency to 4.3.x (#130) 2021-10-27 08:52:52 -07:00

README.md

Design to Code

This is the Design to Code project, containing a set of packages that can be combined to create complex workflows. The goal of these workflows is to allow users to create and modify their own web based experiences, from individual web components to completed web sites.

Packages

@microsoft/design-to-code

License: MIT npm version

The @microsoft/design-to-code package contains a web worker referred to as the Message System and infrastructure for registering, posting, and receiving messages that aide in editing and navigating a serializable data structure that maps to JSON schema. There are also various services available to integrate commonly used libraries with the Message System, such as AJV and the Monaco Editor. To learn more, check out the package README.

@microsoft/design-to-code-react

License: MIT npm version

The @microsoft/design-to-code-react package contains various React components that work with the message system provided by @microsoft/design-to-code to edit data, render data as HTML, and navigate data. To learn more, check out the package README.

Joining the Community

Looking to get answers to questions or engage with us in realtime? Our community is most active on Discord. Submit requests and issues on GitHub, or join us by contributing on some good first issues via GitHub.

We look forward to building an amazing open source community with you!

Contact

  • Join the community and chat with us in real-time on Discord.
  • Submit requests and issues on GitHub.