kibana/examples
Mikhail Shustov ae8f8e1d10
Add TS projects for src/plugins & x-pack/plugins (#78440)
* bump query-string version to remove manual type definitions

* remove manual type declaration

* add kibana_utils tsconfig

* add refs to kibana_utils tsconfig

* add kibana_utils to the project list

* add kibana_react project

* add support for x-pack/tsconfig.refs.json

* add ts project for x-pack licensing plugins

* add glob for ts projects in src/plugins & x-pack/plugins

* add refs to projects in examples

* fix ref paths in x-pack/test

* address mistic comments

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-09-30 15:02:41 +02:00
..
bfetch_explorer Add TS projects for src/plugins & x-pack/plugins (#78440) 2020-09-30 15:02:41 +02:00
dashboard_embeddable_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
developer_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
embeddable_examples Add TS projects for src/plugins & x-pack/plugins (#78440) 2020-09-30 15:02:41 +02:00
embeddable_explorer Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
routing_example Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
search_examples [Search] Error notification alignment (#77788) 2020-09-28 18:33:48 +03:00
state_containers_examples Add TS projects for src/plugins & x-pack/plugins (#78440) 2020-09-30 15:02:41 +02:00
ui_action_examples Add TS projects for src/plugins & x-pack/plugins (#78440) 2020-09-30 15:02:41 +02:00
ui_actions_explorer Add TS projects for src/plugins & x-pack/plugins (#78440) 2020-09-30 15:02:41 +02:00
url_generators_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
url_generators_explorer Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----