2.0.2 • Published 4 years ago
@mntm/vkui-builder v2.0.2
@mntm/vkui-builder

Docs: RU | EN
Enhanced component library builder.
Differences
- ES2018 for esm modules
- node12 for cjs modules
- Unprefixed css
- Minified source
- Faster load
Prebuilt package
The prebuilt package is published in npm along with the release of the original package using GitHub Actions.
We recommend to use yarn for dependency management:
yarn add @mntm/vkuiGetting started
Importing styles:
@import '@mntm/vkui/dist/styles/themes.css';
@import '@mntm/vkui/dist/styles/components.css';Individual CommonJS modules exported from /dist/node, for example:
const Alert = require('@mntm/vkui/dist/node/components/Alert');Installation
We recommend to use yarn for dependency management:
yarn add @mntm/vkui-builderAfter installing you can build your version locally:
yarn run vkui-builderLicense
@mntm/vkui-builder is MIT licensed.