@papaemmelab/isabl-web 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -0
- package/README.md +34 -0
- package/dist/isabl-web.common.js +288457 -0
- package/dist/isabl-web.umd.js +288467 -0
- package/dist/isabl-web.umd.min.js +1465 -0
- package/package.json +91 -0
package/LICENSE
ADDED
package/README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
# Isabl Web 🍬
|
|
3
|
+
|
|
4
|
+
[](https://badge.fury.io/js/isabl-web)
|
|
5
|
+
[](https://www.jsdelivr.com/package/npm/isabl-web)
|
|
6
|
+
[![travis badge][travis_badge]][travis_base]
|
|
7
|
+
[![codecov badge][codecov_badge]][codecov_base]
|
|
8
|
+
[![code style: prettier][prettier_badge]][prettier_base]
|
|
9
|
+
|
|
10
|
+
Frontend client for [`Isabl`] developed with [Vue.js].
|
|
11
|
+
|
|
12
|
+
## Documentation
|
|
13
|
+
|
|
14
|
+
Learn about [`Isabl`] in the [documentation].
|
|
15
|
+
|
|
16
|
+
## Contributing
|
|
17
|
+
|
|
18
|
+
Contributions are welcome, and they are greatly appreciated, check our [contributing guidelines]!
|
|
19
|
+
|
|
20
|
+
## Credits
|
|
21
|
+
|
|
22
|
+
Isabl was created at [Elli Papaemmanuil's lab].
|
|
23
|
+
|
|
24
|
+
[`Isabl`]: https://isabl.io
|
|
25
|
+
[Vue.js]: https://vuejs.org/
|
|
26
|
+
[documentation]: https://docs.isabl.io
|
|
27
|
+
[contributing guidelines]: https://docs.isabl.io/contributing-guide
|
|
28
|
+
[travis_badge]: https://travis-ci.com/isabl-io/web.svg?token=P6GGbmdLPwysz69FFv2X&branch=master
|
|
29
|
+
[travis_base]: https://travis-ci.com/isabl-io/web
|
|
30
|
+
[codecov_badge]: https://codecov.io/github/isabl-io/web/coverage.svg?branch=master&token=zshuLnbs6G
|
|
31
|
+
[codecov_base]: https://codecov.io/gh/isabl-io/web
|
|
32
|
+
[prettier_badge]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
|
|
33
|
+
[prettier_base]: https://github.com/prettier/prettier
|
|
34
|
+
[Elli Papaemmanuil's lab]: https://www.mskcc.org/research-areas/labs/elli-papaemmanuilil
|