Quasar CLI with Webpack - @quasar/app-webpack
This is the structure of a project with all modes installed. There’s no reason to be intimidated though!
TIP
If you are a beginner, all you’ll need to care about is the /quasar.config
file (Quasar App Config file), /src/router
, /src/layouts
, /src/pages
and optionally /src/assets
.
./
src/
css/
# CSS/Sass/... files for your app
pages/
# Page .vue files
index.js
# (or .ts) Vue Router definition
routes.js
# (or .ts) App Routes definitions
App.vue
# Root Vue component of your App
dist/
# Where production builds go
spa
# Example when building SPA
ssr
# Example when building SSR
electron
# Example when building Electron
...
index.html
# Template for index.html