0.1.2 • Published 7 years ago
swc-modal v0.1.2
s-modal
Usage
Install
yarn add swc-modal
or
npm install swc-modalProject setup
yarn installCompiles and hot-reloads for development
yarn run serveCompiles and minifies for production
yarn run build:wcRun your tests
yarn run testLints and fixes files
yarn run lintContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D