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

    How to create continuous deployment pipeline for quasar app in under 5 minutes using aws-amplify

    Show & Tell
    2
    2
    668
    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.
    • codeguru.io
      codeguru.io last edited by

      Screen Shot 2020-01-02 at 2.58.30 pm.png

      Hello Friends, the following is link to the video tutorial from our weekly web series building production web application. Please do not forget to provide feedback on this Web series

      https://www.youtube.com/watch?v=eBKCyxOipGI&list=PLAl8os33KyOVpzfYznpguV_5euzKJ626V&index=5

      1 Reply Last reply Reply Quote 1
      • R
        RicardoBlack last edited by

        Hi,
        I’ve followed the tutorial but i’m getting a build error related to the build settings: Quasar command not found.
        I’m not sure what i’ve missed.

        These are the build settings:
        version: 1
        backend:
        phases:
        build:
        commands:
        - amplifyPush --simple
        frontend:
        phases:
        preBuild:
        commands:
        - npm install -g @quasar/cli
        - npm ci

        build:
          commands: 
          - quasar build
        

        artifacts:
        baseDirectory: dist/spa
        files:
        - '/*’
        cache:
        paths:
        - node_modules/
        /*

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