2.0.2 • Published 2 years ago

@mntm/vkui-builder v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@mntm/vkui-builder GitHub license build

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/vkui

Getting 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-builder

After installing you can build your version locally:

yarn run vkui-builder

License

@mntm/vkui-builder is MIT licensed.