npm.io
0.5.22 • Published 6 years ago

@human-connection/styleguide

Licence
MIT
Version
0.5.22
Deps
1
Size
10.6 MB
Vulns
1
Weekly
0

Human-Connection Styleguide

Build Status npm

CION is a Design System build primary for Vue applications. You can use it as a starting point for building your own Design System.

The system utilizes design tokens, a living styleguide with integrated code playgrounds and reusable components for common UI tasks.

Living styleguide demo: https://styleguide.human-connection.org

Landing page demo: https://cion.visualjerk.de

Integrate it in your application: Quick Start

Screenshot

Project setup

yarn install

Developing

Compiles and hot-reloads living styleguide

yarn dev

Building

Living styleguide

Compiles living styleguide to ./docs

yarn build
Library

Compiles design system as a library to ./dist

yarn build:lib

Helper

Serve living styleguide locally
yarn serve
Lints and fixes files
yarn lint