App Folder Boilerplate     

Quasar CLI helps you start an App folder with all the boilerplate necessary.

$ quasar init <folder name>

The boilerplate created is a fork of the official Webpack + VueJs one. So if you’ve worked with that one you will be totally familiar with Quasar’s.

If you want to tweak things specific for your App, you first need to understand the created boilerplate’s underlying tools being used.

The boilerplate is targeted towards large, serious projects and assumes you are somewhat familiar with Webpack and vue-loader. Make sure to also read vue-loader’s documentation for common workflow recipes.

What’s Included

While developing with Dev Server ($ quasar dev):

Developing for production ($quasar build):