Usage with vue-cli (without quasar-cli)
See original GitHub issueI like very much this set of components. But I don’t want/need all the tooling involved. I was trying to start a new project with vue init webpack demo
But then I couldn’t add just quasar-framework
to it.
Is it possible? Can you add a section on the docs on how to use it without the cli and only with the official vue webpack template?
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:11 (4 by maintainers)
Top Results From Across the Web
How to configure Quasar plugins without Quasar CLI?
I got this to work in a similar vue-cli setup with Vue 3 and Quasar 2 with some help from the "Using Vue"...
Read more >Vue CLI Quasar Plugin
Cross-platform support with Vue CLI is handled by community plugins. These are not tightly integrated with Quasar as with Quasar CLI and may...
Read more >Quasar Framework vs Vue CLI | What are the differences?
Quasar Framework and Vue CLI are both open source tools. It seems that Vue CLI with 22K GitHub stars and 3.8K forks on...
Read more >vue-cli 3.0 and the future of quasar-cli - Quasar forum
As it starts to feel this way when I use the Quasar CLI. E.g. quasar-framework is not listed in the package.json anymore and...
Read more >Browser Compatibility | Vue CLI
If the dependency ships ES5 code, but uses ES6+ features without explicitly listing polyfill requirements (e.g. Vuetify): Use useBuiltIns: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
vue init quasarframework/quasar-template-default <folder-name>
BUT, you are seriously undermining what Quasar and its CLI is and can do. Please check the Quasar CLI commands list. Highlighting especially the
list
,dev
(with it QR option),build
,wrap
,serve
andversion
commands.The power of Quasar’s CLI will become even more obvious with the release of more wrappers and starter kits (in the very near future). Also, Quasar is not just a Vue template and a collection of components. It does a lot more. Most important one being: imagine the exact same code can run as website, Cordova app and Electron app. This Github ticket seriously makes me think even more of raising the awareness of what Quasar is and can offer in a more clear and obvious way through tutorials and articles.
Historically speaking (but not as argument as to why you should use the CLI, so just for informational purposes), Quasar had its own CLI long before Vue. Same for routing, and many more.
The standalone version is coming up so devs can add Quasar to their already working project.