Skip to content

pixelandtonic/craftui

Folders and files

NameName
Last commit message
Last commit date
Sep 2, 2019
Apr 4, 2019
Sep 2, 2019
Jan 22, 2019
Aug 12, 2020
Jan 31, 2019
Mar 8, 2019
Aug 12, 2020
Aug 12, 2020
Jan 20, 2019

Repository files navigation

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