@logimaxx/kviews.js 1.2.3
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/CHANGELOG.md +60 -0
- package/CODE_OF_CONDUCT.md +133 -0
- package/CONTRIBUTING.md +50 -0
- package/LICENSE +21 -0
- package/README.md +399 -0
- package/SECURITY.md +13 -0
- package/SUPPORT.md +16 -0
- package/dist/index.js +4039 -0
- package/dist/index.js.map +7 -0
- package/dist/kviews.js +4068 -0
- package/dist/kviews.js.map +7 -0
- package/dist/kviews.min.js +11 -0
- package/package.json +80 -0
package/SUPPORT.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Support
|
|
2
|
+
|
|
3
|
+
## Documentation
|
|
4
|
+
|
|
5
|
+
- [README.md](README.md) — overview, installation, and quick examples
|
|
6
|
+
- [docs/README.md](docs/README.md) — full table of guides and API references
|
|
7
|
+
- [docs/guides/getting-started.md](docs/guides/getting-started.md) — first steps after install
|
|
8
|
+
|
|
9
|
+
## Questions and bug reports
|
|
10
|
+
|
|
11
|
+
- **General questions and bugs:** open a [GitHub issue](https://github.com/logimaxx/kviews/issues) with what you tried, what you expected, and a minimal reproduction if possible.
|
|
12
|
+
- **Security issues:** follow [SECURITY.md](SECURITY.md) — do **not** use public issues for undisclosed vulnerabilities.
|
|
13
|
+
|
|
14
|
+
## Contributing
|
|
15
|
+
|
|
16
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to run tests, build, and submit pull requests.
|