myc-components-test

Myc design system

Usage no npm install needed!

<script type="module">
  import mycComponentsTest from 'https://cdn.skypack.dev/myc-components-test';
</script>

README

myc-components

This is mycarrier design system. If packages is not exist in npm.js, please following these steps to publish it:

  1. You need authorization to publish package. So if you still not login npm in your local, npm will tell you to login. Just follow run this command.

    npm login

  2. After you login, run this command in /modules/mycarrier-components folder to publish the package.

    yarn build && yarn publish

  3. Then try to yarn add myc-components in your project.