03-16-2021, 05:53 AM
Installing the open source enterprise ui framework PatternFly with Yarn
What is PatternFly?
PatternFly can be installed with npm or Yarn.
The official PatternFly docs cover using npm, and npm is the default package manager for nodejs .
In this quick guide we'll show examples of how to manage the installation of the basic html/css packages of PatternFly v4 / v3 with Yarn ( on the command line ).
read_more
We're using "yarn 1.22.5" for this example.
PatternFly 4
PatternFly 3
To install into a custom directory name use the --modules_folder flag.
--
Why use Yarn ? It's very fast, and simple to manage.
https://classic.yarnpkg.com/en/docs/cli/install/
https://classic.yarnpkg.com/en/docs/cli/
Migrating to Yarn v2 :
https://yarnpkg.com/getting-started/migration
https://yarnpkg.com/getting-started/install
--
Getting started with PatternFly by Anisha Swain :
https://medium.com/the-ui-girl/patternfl...76a35052a3
PatternFly homepage :
https://www.patternfly.org/v4/
PatternFly v3
https://www.patternfly.org/v3/
You can find the PatternFly project repo on github :
https://github.com/patternfly
What is PatternFly?
Quote:PatternFly is an Open Source interface design system by RedHat which provides various visual components, tools for designing visual components, and code examples to make it possible for almost anyone to design and build responsive, accessible user experiences
PatternFly can be installed with npm or Yarn.
The official PatternFly docs cover using npm, and npm is the default package manager for nodejs .
In this quick guide we'll show examples of how to manage the installation of the basic html/css packages of PatternFly v4 / v3 with Yarn ( on the command line ).
read_more
We're using "yarn 1.22.5" for this example.
PatternFly 4
Quote:yarn add @patternfly/patternfly
PatternFly 3
Quote:yarn add patternfly
To install into a custom directory name use the --modules_folder flag.
Quote:yarn add patternfly --modules_folder assets
--
Why use Yarn ? It's very fast, and simple to manage.
https://classic.yarnpkg.com/en/docs/cli/install/
https://classic.yarnpkg.com/en/docs/cli/
Migrating to Yarn v2 :
https://yarnpkg.com/getting-started/migration
https://yarnpkg.com/getting-started/install
--
Getting started with PatternFly by Anisha Swain :
https://medium.com/the-ui-girl/patternfl...76a35052a3
PatternFly homepage :
https://www.patternfly.org/v4/
PatternFly v3
https://www.patternfly.org/v3/
You can find the PatternFly project repo on github :
https://github.com/patternfly
[ Ninja Admins Community Manager ]
