JSPM

wbu-design-system

15.6.0-rc.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q93044F
  • License MIT

WhereBy.Design is the nascent design system for WhereBy.Us

Package Exports

  • wbu-design-system

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 (wbu-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

Our nascent design system \m/. Readme coming soon <3.

Vue Design System

Check the Vue Design system wiki for more docs and info.

Commands

Run npm install to install on your machine. Run npm start to run on localhost.

How to deploy our documentation to Github Pages

  1. First, you need to regenerate the docs: npm run build:docs, then commit the updated files.
  2. Then, you need to split the dist/docs folder only into a gh-pages branch. If you already have a gh-pages branch, be sure to delete that first. git branch -D gh-pages. Then, split: git subtree split --prefix dist/docs -b gh-pages
  3. Force push the gh-pages branch: git push -f origin gh-pages:gh-pages

And there ya go : ).