1.0.15 • Published 5 months ago

apistorm v1.0.15

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

ApiStorm

🚀 Быстрый старт для разработки

  1. Запуск в режиме разработки:
cd elements/demo
yarn install
yarn start
  1. Разработка:
  • Основные компоненты находятся в packages/elements-core/src
  • После изменений в core нужно пересобрать:
yarn workspace @stoplight/elements-core build
yarn workspace apistorm build
  1. Публикация новой версии:
# В директории packages/elements
cd packages/elements
yarn build              # собираем все компоненты
npm version patch       # увеличиваем версию
npm publish            # публикуем в npm
  1. Использование в проекте:
<script src="https://unpkg.com/apistorm@latest/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/apistorm@latest/styles.min.css">

docs license

@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.

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago