Generated with RadSystems
In the project directory:
npm installquasar devOpen http://localhost:8050 to view it in your browser.
quasar buildDeploy generated files in build folder to your webserver
public/public resuources like images, icons, css, fontssrc/assets/app resources such as: scss, themes, json.src/components/custom componentssrc/composable/page stateful logic which encapsulate reusable functionssrc/i18n/language translation filessrc/pages/app page UI components and logicsrc/services/group of functions that perform specific tasksrc/store/vuex store for each pagesrc/App.vueapp main layoutsrc/main.jsapplication entry pointsrc/menus.jsdefines models for app menu itemssrc/router.jsdefine page routessrc/utils.jshelper functionssrc/.envapp configurations
See RadSystems See Quasar Framework