0.0.2 • Published 2 years ago
komps v0.0.2
Dependencies
Installation
npm install kompsUsage
Import only the methods you use.
import {Modal} from 'komps';
new Modal({content: "Hello World"});Documentation
Checkout details about each method on bemky.github.io/komps
Development
Testing
npm link # to make global reference
npm link komps # to link global reference
npm run testDocumenation
Develope
cd docs-src
be middleman serverBuild
cd docs-src
be middleman buildRelease
npm publish