Robert Axelsen
@robaxelsen
http://rob.ee
Software Developer, meetup organizer and community enthusiast
Universal Vue.js Applications
A framework that helps you build Server Rendered Vue.js applications easily
Build responsive websites, PWAs, hybrid mobile Apps (that look native!) and Electron apps using same code, powered with Vue.
Focus on your app’s code and let Quasar deal with the heavy lifting.
- Razvan Stoenescu, creator and maintainer
Back when it all started, there were a lot of external packages used: jquery, hammerjs, momentjs… They were all eliminated eventually as the web technology allowed it (jquery no longer necessary, hammerjs was replaced with an “in-house" lightweight but powerful Quasar version; same goes for momentjs)- Razvan Stoenescu
http://quasar-framework.org/
https://github.com/quasarframework/quasar
https://www.patreon.com/quasarframework
http://www.sipwise.com/jobs
jobs@sipwise.com
# installing Quasar CLI
$ npm install -g quasar-cli
# create default starter boilerplate folder
$ quasar init default <folder_name>
# example: quasar init default my-project
$ cd <folder_name>
# npm install deps
$ npm install
# start with 'mat' theme
$ quasar dev mat