1.0.15 • Published 5 months ago
apistorm v1.0.15
ApiStorm
🚀 Быстрый старт для разработки
- Запуск в режиме разработки:
cd elements/demo
yarn install
yarn start
- Разработка:
- Основные компоненты находятся в
packages/elements-core/src
- После изменений в core нужно пересобрать:
yarn workspace @stoplight/elements-core build
yarn workspace apistorm build
- Публикация новой версии:
# В директории packages/elements
cd packages/elements
yarn build # собираем все компоненты
npm version patch # увеличиваем версию
npm publish # публикуем в npm
- Использование в проекте:
<script src="https://unpkg.com/apistorm@latest/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/apistorm@latest/styles.min.css">
@stoplight/elements
Elements is a collection of UI components for displaying beautiful developer documentation from any OpenAPI document.
Documentation
Visit our Documentation for getting starting, guides and demos.
About
Elements is developed and maintained by Stoplight.
License
Licensed under the Apache 2.0 License, Copyright © 2020-present Stoplight.
See LICENSE for more information.