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

    no dev or build property under script property in package json is that correct ? How do I launch my app in browser

    Help
    2
    4
    381
    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.
    • D
      dsahoo last edited by

      there is no dev or build command in package json
      {
      “name”: “test2”,
      “version”: “0.0.1”,
      “description”: “A Quasar Framework app”,
      “productName”: “Quasar App”,
      “cordovaId”: “org.cordova.quasar.app”,
      “capacitorId”: “”,
      “author”: “Debashish Sahoo debashish4@gmail.com”,
      “private”: true,
      “scripts”: {
      “lint”: “eslint --ext .js,.vue src”,
      “test”: “echo “No test specified” && exit 0”
      },
      “dependencies”: {
      “@quasar/extras”: “^1.0.0”,
      “quasar”: “^1.0.0”
      },
      “devDependencies”: {
      “@quasar/app”: “^1.0.0”,
      “@vue/eslint-config-standard”: “^4.0.0”,
      “babel-eslint”: “^10.0.1”,
      “eslint”: “^5.10.0”,
      “eslint-loader”: “^2.1.1”,
      “eslint-plugin-vue”: “^5.0.0”
      },
      “engines”: {
      “node”: “>= 8.9.0”,
      “npm”: “>= 5.6.0”,
      “yarn”: “>= 1.6.0”
      },
      “browserslist”: [
      “last 1 version, not dead, ie >= 11”
      ]
      }

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @dsahoo last edited by

        @dsahoo https://quasar.dev/quasar-cli/developing-spa/build-commands#Introduction

        D 1 Reply Last reply Reply Quote 0
        • D
          dsahoo @metalsadman last edited by

          @metalsadman I have tried “quasar dev” already it doesn’t seems to work.

          metalsadman 1 Reply Last reply Reply Quote 0
          • metalsadman
            metalsadman @dsahoo last edited by

            @dsahoo post your quasar info you’re probably missing a dep.

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