Alina Beck 5d6391f505 use babel loader to transpile svgs
IE and Edge had trouble loading the Human Connection network
because object spread operators were left in the minified code
using babel-loader for svgs (as suggested in the vue-svg-loader docs)
hopefully solves this issue
2019-12-05 13:07:45 +03:00
2019-08-25 12:44:49 +02:00
2019-02-15 19:04:41 +01:00
2019-03-07 10:15:00 +01:00
2019-09-04 17:45:20 +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-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
Description
Free and open-source social network for active citizenship.
Readme 137 MiB
Languages
TypeScript 36.3%
JavaScript 20.8%
Vue 18.9%
HTML 18%
SCSS 4.5%
Other 1.4%