0.4.5 • Published 3 years ago
@ascenso/crca-animation v0.4.5
\
This webcomponent follows the open-wc recommendation.
Installation
npm i crca-animationUsage
<script type="module">
import 'crca-animation/crca-animation.js';
</script>
<crca-animation></crca-animation>Demoing with Storybook
To run a local instance of Storybook for your component, run
npm run storybookTo build a production version of Storybook, run
npm run storybook:buildLocal Demo with es-dev-server
npm startTo run a local development server that serves the basic demo located in demo/index.html
npm start:compatibilityTo run a local development server in compatibility mode for older browsers that serves the basic demo located in demo/index.html