Skip to content

bluet/quickly-skeleton

 
 

Repository files navigation

Quickly Skeleton

A starter kit for building a Qt/QML app with Quickly.

Features

  • ESLint for JS code linting
  • QMLify for transpiling ES6 into QML-compatible JS
  • Babel config for ES6 with some ES7 features
  • The Quickly library with polyfills and more

Usage

Make sure you have Qt 5.5 or 5.6, npm, and qpm installed. Then run:

npm install -g qmlify
npm install
qpm install

To build the project:

mkdir build
cd build
qmake ..
make

About

A starter kit for building a Qt/QML app with Quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • QML 67.5%
  • C++ 19.3%
  • JavaScript 7.0%
  • QMake 6.2%