1.2.6 • Published 5 years ago
@fdendorfer/mxcomponents v1.2.6
MXComponents
Development
Builds webpack with watch option and uses browser-sync as webserver automatically reloading on changes
yarn dev
Build prod (testing)
Builds the mxcomponents.js in production mode
yarn build
NPM Publish
Builds the mxcomponents.js and runs np. This will check if various best practices were applied and publishes to npm if tests were successful.
The build command does not need to be run manually.
This command doesnt work with yarn.
npm run pub
Usage
<script src="https://cdn.jsdelivr.net/npm/@fdendorfer/mxcomponents@1.2.1/mxcomponents.js"></script>