JSPM

  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q51640F
  • License ISC

Package Exports

  • @aftershootco/unicorn-design-system
  • @aftershootco/unicorn-design-system/dist/index.cjs.js
  • @aftershootco/unicorn-design-system/dist/index.esm.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 (@aftershootco/unicorn-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

Unicorn Design System

Note: Make sure you have node.js installed in your system.

Steps to Build

  • Run this command - yarn build

Steps to Publish

  • First push the changes to the git on the main branch.
  • Login to the npm - npm login
    • This step will require you to enter the username, password, email, and OTP sent to the email.
  • Now run npm publish --access=public command. This will publish your package to the npm.

Steps to Storybook

  • Take the latest pull - git pull
  • Run this command - yarn storybook