Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

cernbox/owncloud-design-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[!] We switched to upstream ODS (until a need to fork arises), so the repo has been archived.

ownCloud Design System

Build Status Coverage

ownCloud Design System is based on Vue Design System - Thanks a lot to @viljamis

Head over to the generated docs for more information!

Installation

Install the ownCloud design system by running

npm install owncloud-design-system

or

yarn add owncloud-design-system

and its peerDependencies, depending on whether they're already available in your project via

npm install @popperjs/core @vue/composition-api filesize focus-trap focus-trap-vue fuse.js luxon postcss-import postcss-url tippy.js v-calendar vue vue-inline-svg vue-select webfontloader

or

yarn add @popperjs/core @vue/composition-api filesize focus-trap focus-trap-vue fuse.js luxon postcss-import postcss-url tippy.js v-calendar vue vue-inline-svg vue-select webfontloader

How to build locally

You basically run

yarn install

followed by yarn start

This will fire up a web server at http://localhost:6060. Any changes to the code base will result it rebuilding the docs and reloading the content in the browser.

Packages

No packages published

Languages

  • Vue 56.0%
  • JavaScript 33.0%
  • SCSS 8.7%
  • Starlark 1.8%
  • Other 0.5%