Skip to content

Instantly share code, notes, and snippets.

@paulyves
Created February 14, 2022 07:42
Show Gist options
  • Save paulyves/1882b676f65ebf57b2c54772f31ca964 to your computer and use it in GitHub Desktop.
Save paulyves/1882b676f65ebf57b2c54772f31ca964 to your computer and use it in GitHub Desktop.

Revisions

  1. paulyves created this gist Feb 14, 2022.
    22 changes: 22 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    diff --git a/package.json b/package.json
    index 41d6b58..69e64cc 100644
    --- a/package.json
    +++ b/package.json
    @@ -13,7 +13,8 @@
    "scripts": {
    "lint": "eslint --ext .js,.vue src",
    "dev": "cross-env node node_modules/@quasar/cli/bin/quasar dev",
    - "docs": "esdoc"
    + "docs": "esdoc",
    + "postinstall": "npm i --no-save ./node_modules/quasar-app-extension-freedom-components/f-table"
    },
    "dependencies": {
    "@panter/vue-i18next": "^0.15.1",
    @@ -28,6 +29,7 @@
    "moment": "^2.20.1",
    "qs": "^6.5.2",
    "quasar": "^1.15.23",
    + "quasar-app-extension-freedom-components": "git+https://freedom-components-readonly:[email protected]/anyTV/incubator/freedom-components.git#delta-1641-platform-freedom-components-ftable",
    "vue": "2.6.11",
    "vue-gtm": "3.1.0-vue2",
    "vue-router": "^3.0.1",