Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 525 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 525 Bytes

Craft UI

Introduction

This is a collection of components and styles meant to be used across Craft apps.

Development

To get started for the development of the Craft UI library or the docs, run this command:

npm install

Library

Build the umd, es, cjs, umd-min versions of Craft UI:

npm run build

Docs

Storybook showcases the Craft UI components.

Compile and hot-reload for development

npm run serve:docs

Compile and minify for production

npm run build:docs