roschaefer 3d41d811d2 Update the minimum of package to get a build
I was not able to build the styleguide on my machine. This commit allows
me to get at least to http://127.0.0.1:8080/ to see some components.

Here are my specs:
```sh
robert@e480 ~> node --version
v12.7.0
robert@e480 ~> yarn --version
1.17.3
robert@e480 ~> cat /proc/version
Linux version 5.2.6-arch1-1-ARCH (builduser@heftig-3961) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Sun Aug 4 14:58:49 UTC 2019
```
2019-08-15 15:43:46 +02:00
2019-03-12 15:25:07 +01:00
2019-02-15 19:04:41 +01:00
2019-03-07 10:15:00 +01:00
2019-03-12 15:24:53 +01:00
2019-02-15 21:52:54 +01:00
2019-05-06 16:50:22 +02:00
2019-03-07 10:15:45 +01:00
2019-02-26 11:08:28 +01:00
2019-02-15 19:04:41 +01:00
2019-02-15 19:04:41 +01:00
2019-03-07 10:35:59 +01:00
2019-03-12 15:24:53 +01:00
2019-03-11 20:48:12 +01:00

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
Languages
TypeScript 36%
JavaScript 20.4%
Vue 19.2%
HTML 18.3%
SCSS 4.6%
Other 1.4%