question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Usage with vue-cli (without quasar-cli)

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
rstoenescucommented, Apr 16, 2017

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 and version 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.

20:13 $ quasar

 ________
 \_____  \  __ _______    ___________ _______
  /  / \  \|  |  \__  \  /  ___/\__  \\_  __ \
 /   \_/.  \  |  // __ \_\___ \  / __ \|  | \/
 \_____\ \_/____/(____  /____  >(____  /__|
        \__>          \/     \/      \/


  Usage: quasar <command> [options]


  Commands:

    init [ap] <folder>     create Quasar App
    list                   list available app templates
    new <template> <name>  generate .vue from app Component templates
    dev [theme] [options]  run dev server
    build [theme]          build production app
    clean                  clean production build artifacts
    test                   run unit and/or e2e tests
    lint                   lint source code
    wrap [type]            wrap app (currently only with "cordova" type)
    serve [folder]         create live reload static-content server
    version                output CLI and current app Quasar version
    help [cmd]             display help for [cmd]

  Options:

    -h, --help  output usage information

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.

4reactions
rstoenescucommented, Oct 9, 2017

The standalone version is coming up so devs can add Quasar to their already working project.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found