| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
This monorepo contains the core of Pattern Lab / Node and all related engines, UI kits, plugins and utilities. Pattern Lab helps you and your team build thoughtful, pattern-driven user interfaces using atomic design principles.
If you'd like to see what a front-end project built with Pattern Lab looks like, check out this online demo of Pattern Lab output.
Refer to the core usage guidelines
As of Pattern Lab Node 3.0.0, installation of Editions is accomplished via the command line interface.
0 to 60mph
The below assume a new directory and project is required.
mkdir new-project
cd new-project
npm init -y && npx @pattern-lab/cli -c patternlab initIf you get an error stating that npx is not installed, ensure you are on npm 5.2.0 or later by running npm -v or install it globally with npm install -g npx. Learn more about npx.
"scripts": {
+ "patternlab": "patternlab"
},Established npm projects
npm install @pattern-lab/cli --save-dev"scripts": {
+ "patternlab": "patternlab"
},Core, and Editions, are part of the Pattern Lab Ecosystem. With this architecture, we encourage people to write and maintain their own Editions, Starterkits, and even PatternEngines.
Each package within this monorepo has its own changelog. Below are the main ones to watch:
Pattern Lab / Node wouldn't be what it is today without the support of the community. It will always be free and open source. Continued development is made possible in part from the support of these wonderful project supporters. If you want to learn more about supporting the project, visit the Pattern Lab / Node Patreon page.
💯 Thanks for support from the following:
Refer to the contribution guidelines.
| Back | FazBrowse Home | New Git URL |