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-12-08 13:44:22 +01:00
2018-12-08 13:51:52 +01:00
2018-12-08 14:02:35 +01:00
2018-12-08 23:15:22 +01:00
2018-10-09 14:11:21 +02:00
2018-11-30 09:01:03 +00:00
2018-11-03 17:42:50 +01:00
2018-10-09 14:11:21 +02:00
2018-12-06 15:15:33 +01:00
2018-12-06 15:15:33 +01:00
2018-10-09 14:11:21 +02:00
2018-12-11 00:33:09 +01:00
2018-11-29 23:11:24 +01:00
2018-11-29 23:20:55 +01:00
2018-11-30 15:06:21 +01:00
2018-10-09 15:20:43 +02:00
2018-10-09 15:20:43 +02:00

Human Connection - NITRO Web

UI Screenshot

Build Setup

Install

# install all dependencies
$ cd styleguide && yarn install && cd ..
$ yarn styleguide:build
$ yarn install

Development

# serve with hot reload at localhost:3000
$ yarn dev

Build for production

# build for production and launch server
$ yarn styleguide:build
$ yarn build
$ yarn start

Styleguide

All reusable Components (for example avatar) should be done inside the styleguide directory.

Styleguide Screenshot

To show the styleguide

$ yarn styleguide
Description
Free and open-source social network for active citizenship.
Readme 114 MiB
Languages
TypeScript 35.7%
Vue 24.9%
JavaScript 19.2%
HTML 17.8%
SCSS 0.9%
Other 1.4%