dependabot[bot] 1a82e6edda
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.6 to 2.6.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.6...v2.6.7)

Updates `vue-template-compiler` from 2.6.6 to 2.6.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.6...v2.6.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 09:46:00 +00:00
2019-02-15 19:04:41 +01:00
2019-02-15 21:52:54 +01:00
2019-02-15 19:04:41 +01:00
2019-02-15 19:04:41 +01:00
2019-02-25 09:58:29 +01:00
2019-02-15 21:52:54 +01:00
2019-02-16 10:28:54 +01:00
2019-02-15 19:04:41 +01:00
2019-02-15 19:04:41 +01:00
2019-02-25 10:43:47 +01:00
2019-02-25 08:41:19 +01:00
2019-02-25 09:46:00 +00:00

Human-Connection Styleguide

Build Status

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.cion.visualjerk.de

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%