0.0.12 • Published 4 years ago

wgt-ui v0.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Widget UI kit

npm

Внимание! Это очень ранний релиз. Рекомендуем импользовать его с осторожностью.

UI-кит для внутренних продуктов.

Необходимые внешние зависимости системы:

node 12 и npm

Установка

  • Ставь зависимость из npm Необходимые внешние зависимости системы:

Package Link

npm i wgt-ui
  • Используй компоненты
import { Button } from 'wgt-ui'

<Button className="MyButton">
  Click me
</Button>

Сборка

  • yarn dev : Executes the develop mode, running watcher and the Stylguide, rebuilding your library on every change.
  • yarn start : Only serves the Styleguide.
  • yarn build : Builds your library (build can be faound in dist folder).
  • yarn styleguide:build : Builds the static Styleguide in case you want to deploy it.
  • yarn test : Runs the tests.
  • yarn test:coverage: Runs the test and shows the coverage.
  • yarn lint : Runs the linter.
  • yarn lint:fix : Runs the linter and fixes automatic fixable issues.
  • yarn release : Publishes your Library on NPM or your private Registry (depending on your config in your .npmrc file).
  • yarn deploy: Deploys the Styleguide to GitHub Pages.
0.0.12

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago