Download the PHP package pattern-lab/styleguidekit-assets-default without Composer
On this page you can find all versions of the php package pattern-lab/styleguidekit-assets-default. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pattern-lab/styleguidekit-assets-default
More information about pattern-lab/styleguidekit-assets-default
Files in pattern-lab/styleguidekit-assets-default
Package styleguidekit-assets-default
Short Description The assets for the default StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.
License MIT
Homepage http://patternlab.io
Informations about the package styleguidekit-assets-default
[!IMPORTANT] Pattern Lab is no longer actively maintained. All repositories, along with the rest of the @pattern-lab ecosystem on GitHub and npm, have been deprecated and archived. The code, releases, and history remain available so the work stays discoverable and forks can continue independently under the MIT license. No new releases, security patches, or issue triage will be performed. Read the full message, and thank you.
Static Assets for the Default StyleguideKit
This code is responsible for creating Pattern Lab's UI look, feel, and functionality. These assets are are meant to be used in conjunction with the default Mustache and Twig StyleguideKits, which control Pattern Lab-specific UI inside the iframe.
Installation
Node
Pattern Lab Node uses npm to manage project dependencies. To install the default static assets run:
npm install @pattern-lab/styleguidekit-assets-default
PHP
Pattern Lab PHP uses Composer to manage project dependencies. To install the default static assets run:
composer require pattern-lab/styleguidekit-assets-default
Development Requirements
In order to modify these assets you need to install the following:
- the Development Edition of Pattern Lab
- Node.js and NPM
- Bower
- Ruby Sass
Development Set-up
Read the contribution guidelines