frontAnswerer/README.md
2024-02-12 13:26:03 +03:00

25 lines
704 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Виджет
```bash
yarn build:widget
```
# Npm-пакет
## Перед использованием и публикацией
```bash
# заменить TOKEN на актуальный токен
npm config set //penahub.gitlab.yandexcloud.net/api/v4/packages/npm/:_authToken=TOKEN
npm config set //penahub.gitlab.yandexcloud.net/api/v4/projects/43/packages/npm/:_authToken=TOKEN
```
## Публикация
```bash
yarn publish
```
## Использование
Добавить в корень проекта файл .yarnrc с содержимым
```
"@frontend:registry" "https://penahub.gitlab.yandexcloud.net/api/v4/packages/npm/"
```
Установка
```bash
yarn add @frontend/kitui
```