Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

afoysal's avatar

Install and run VueJS application

How to install and run this application ? Here is package.json file of the application.

{
  "name": "eolt",
  "version": "0.0.1",
  "private": true,
  "description": "A Quasar Project",
  "author": "Ahmed Mohammed <[email protected]>",
  "scripts": {
    "lint": "eslint --ext .js,.ts,.vue ./",
    "format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
    "test": "echo \"No test specified\" && exit 0"
  },
  "dependencies": {
    "@quasar/extras": "^1.0.0",
    "axios": "^0.21.1",
    "core-js": "^3.6.5",
    "echarts": "^5.3.3",
    "pinia": "^2.0.11",
    "quasar": "^2.6.0",
    "quasar-components-chart": "^0.1.7",
    "swiper": "^8.2.4",
    "vue": "^3.0.0",
    "vue-country-flag": "^2.3.2",
    "vue-router": "^4.0.0",
    "vue3-echarts-v3": "^1.0.2",
    "vuejs-avataaars": "^4.0.1"
  },
  "devDependencies": {
    "@quasar/app-webpack": "^3.0.0",
    "@quasar/quasar-app-extension-qcalendar": "^4.0.0-beta.15",
    "@quasar/quasar-app-extension-qmediaplayer": "^2.0.0-beta.6",
    "@quasar/quasar-app-extension-qpdfviewer": "^2.0.0-alpha.6",
    "@types/node": "^12.20.21",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "eslint": "^8.10.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-vue": "^8.5.0",
    "prettier": "^2.5.1",
    "sass": "1.32.12",
    "sass-loader": "^12.0.0",
    "vue-cli-plugin-quasar": "~5.0.1"
  },
  "browserslist": [
    "last 10 Chrome versions",
    "last 10 Firefox versions",
    "last 4 Edge versions",
    "last 7 Safari versions",
    "last 8 Android versions",
    "last 8 ChromeAndroid versions",
    "last 8 FirefoxAndroid versions",
    "last 10 iOS versions",
    "last 5 Opera versions"
  ],
  "engines": {
    "node": ">= 12.22.1",
    "npm": ">= 6.13.4",
    "yarn": ">= 1.21.1"
  },
  "productName": "eolt"
}
0 likes
3 replies
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

There is no run script. Maybe the page where you found it has instructions?

2 likes

Please or to participate in this conversation.