We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00a53b commit 3ca7183Copy full SHA for 3ca7183
README.md
@@ -49,6 +49,16 @@ app's HTML file:
49
See the [examples](examples) directory for more details and complete usage
50
examples.
51
52
+### Testing from a local folder
53
+
54
+Note that due to security restrictions (which are there to protect you!)
55
+browsers do not allow loading arbitrary local files, which includes `*.qml`.
56
57
+Because of that, to test the goodness of QmlWeb on your own machine, you
58
+have to spin up a local http server, e.g. by running `npx http-server`.
59
60
+Or try out [qmlweb-viewer](https://github.com/qmlweb/qmlweb-viewer).
61
62
### API
63
64
You can use DOM elements as the base for QML components:
0 commit comments