forked from Github/ocrcc-chatbox
readme tweaks
This commit is contained in:
parent
4703a601cf
commit
5de1643800
15
README.md
15
README.md
@ -11,13 +11,14 @@ The create-react-app of embeddable widgets.
|
|||||||
* Full ES6/ES2015 support (with Babel)
|
* Full ES6/ES2015 support (with Babel)
|
||||||
* Package fonts, css, json, javascripts together into one simple repository (with Webpack)
|
* Package fonts, css, json, javascripts together into one simple repository (with Webpack)
|
||||||
* No css tyling conflicts between the host page and the widget (with https://github.com/premasagar/cleanslate)
|
* No css tyling conflicts between the host page and the widget (with https://github.com/premasagar/cleanslate)
|
||||||
|
* User theming of widget
|
||||||
* Obfuscating of the widget code
|
* Obfuscating of the widget code
|
||||||
|
|
||||||
## What is an emeddable widget?
|
## What is an embeddable widget?
|
||||||
|
|
||||||
* Usable using a simple `<script>` tag
|
* Usable using a simple `<script>` tag
|
||||||
* Configurable with code
|
* Configurable with code
|
||||||
|
* Themable
|
||||||
|
|
||||||
## Why not in an iframe?
|
## Why not in an iframe?
|
||||||
|
|
||||||
@ -26,12 +27,14 @@ The create-react-app of embeddable widgets.
|
|||||||
* iframe and content resizing is impossible
|
* iframe and content resizing is impossible
|
||||||
* iframe sandboxing can result in missing functionalities
|
* iframe sandboxing can result in missing functionalities
|
||||||
|
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- [ ] index.html works (webpack, babel, react)
|
- [x] Widget as react app - index.html works (webpack, babel, react)
|
||||||
- [ ] webpack changed to output a library
|
- [ ] React widget (widget builder)
|
||||||
- [ ] react widget
|
- [ ] Webpack changed to output a library
|
||||||
|
- [ ] Theming support
|
||||||
|
- [ ] Obfuscation
|
||||||
|
- [ ] Storyboard and docs
|
||||||
|
|
||||||
# Links
|
# Links
|
||||||
* https://github.com/premasagar/cleanslate
|
* https://github.com/premasagar/cleanslate
|
||||||
|
Loading…
Reference in New Issue
Block a user