ES6 and TypeScript stub project that runs in QML, Browser and Node.js environments.
Can be run on the fly using requirify or be built using Webpack.
To switch between versions change apps entry points in static/index.html
, client/main.qml
and server/main.js
:
es6 -> es6 version
ts -> typescript version
dev -> loaded by requirify
dist -> built by webpack
In case of using dist
don't forget to run npm run build
first.
QML app can be run on the fly with qmlscene or can be built as executable.