Package Exports
- owncloud-design-system
- owncloud-design-system/dist/system/system.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (owncloud-design-system) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ownCloud Design System
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
or
pnpm add owncloud-design-system
and its peerDependencies
, depending on whether they're already available in your project via
npm install @popperjs/core 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 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
pnpm add @popperjs/core 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
pnpm install
followed by
pnpm 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.