Robert Schäfer 92b06a352c Try write a component test for categories page
@visualjerk could you help us out on this PR? I'm trying to get rid of
this error:
```
Unknown custom element: <ds-table> - did you register the component
correctly? For recursive components, make sure to provide the "name"
option.
```
How do we tell @vue/test-utils to stub globally registered components?

Second, I don't understand why the resulting html() of the categories
components looks so odd:

```
<h1 class="ds-heading ds-heading-h1" space="small" categories="[object Object],[object Object],[object Object],[object Object],[object Object]">
<h3 class="ds-card"><!----> <!----> <!----> <div class="ds-card-content">
  Themen / Kategorien
</div> <!----></h3> <ds-table data="" fields="icon,name,postCount" condensed=""></ds-table></h1>
```
Why on earth does the categories array end up in the `categories`
property of `ds-heading` component?

@visualjerk and @appinteractive have a look, please 😘
2018-12-11 01:36:45 +01:00
..
2018-10-09 21:58:46 +02:00
2018-11-30 09:01:03 +00:00
2018-10-09 21:58:46 +02:00
2018-12-07 17:20:40 +01:00
2018-12-07 17:20:40 +01:00
2018-10-10 14:28:29 +02:00
2018-12-07 17:20:40 +01:00
2018-11-23 13:16:03 +01:00
2018-12-07 17:20:40 +01:00
2018-10-09 21:58:46 +02:00
2018-11-29 19:34:09 +01:00
2018-10-09 21:58:46 +02:00
2018-10-09 21:58:46 +02:00
2018-11-29 19:34:09 +01:00

CION Vue Design System

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