No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Adding quasar to an existing vue-cli project

    Help
    2
    2
    1316
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      allanjeremy last edited by

      Hey guys, could anyone walk me through adding quasar to an existing vue cli project?

      Using a webpack-simple vue cli project and I keep getting this error everytime I try starting a quasar project

      Steps I followed

      • vue init webpack-simple quasar

      • vue add quasar

      • npm install

      npm run dev

      I have not been able to run a successful vue cli quasar project in the past 3 days!

      Here’s the error I’m getting
      Image embedding didn’t work because of the character length limit in a post

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        Oh. I should have seen this in Discord. You are using the old method. Vue CLI 3 uses vue create to make the project.

        These are the steps.

        $ vue create <project-name>
        $ cd <project-name>
        $ vue add quasar
        $ yarn run serve (or npm run serve)
        

        Scott

        1 Reply Last reply Reply Quote 1
        • First post
          Last post