1.3.0 • Published 2 years ago

@umich-lib/web v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

University of Michigan Library Design System

The design system exists to build trust in our digital services and create components and standards that are reusable, equitable, informed by research, and available to the public.

Are you trying to find design system documentation?

How do I get started developing?

We expect that you have basic working understanding of HTML, CSS, JavaScript, Node.js and npm, and Github.

git clone https://github.com/mlibrary/design-system.git
cd design-system

Copy .env-example to .env

cp .env-example .env

Build the images

docker-compose build

Install the npm packages on your host machine

docker-compose run --rm web npm install

Build everything locally

docker-compose run --rm web npm run build

Start everything

docker-compose up

The Developer Workshop will then be available at http://localhost:8080/. This web page serves as a design system workshop to develop web components and styles and learn how to use the system.

Reference, A to Z

Eleventy is a static site generator that is fairly simple, but powerful enough to use for our design system website.

Gulp for automating our development workflows and build pipelines.

PostCSS for improving the developer experience when writing styles with plugins like postcss-nesting and optimizing and transforming CSS for distribution.

Stencil is a compiler that generates Web Components (more specifically, Custom Elements). We use this to create ready-to-go solutions like with our Universal Header Web Component.

Theo is an abstraction for transforming and formatting Design Tokens. Used to manage our single source of truth for design values, such as colors and spacings.

1.2.2-dev.0

2 years ago

1.2.2-dev.2

2 years ago

1.2.2-dev.1

2 years ago

1.2.2-dev.4

2 years ago

1.2.2-dev.3

2 years ago

1.2.2-dev.6

2 years ago

1.2.2-dev.5

2 years ago

1.2.2-dev.8

2 years ago

1.2.2-dev.7

2 years ago

1.2.2-dev.9

2 years ago

1.3.0

2 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1-dev.4

3 years ago

1.0.1-dev.5

3 years ago

1.0.1-dev.6

3 years ago

1.1.1-dev.0

3 years ago

1.0.1-dev.1

3 years ago

1.0.1-dev.2

3 years ago

1.0.1-dev.3

3 years ago

1.0.1-dev.0

3 years ago