4 thoughts to “Vue/Vuex Typescript example: JWT Authentication | vuex-class & vuex-module-decorators”

  1. Thank you, I was struggling for using vuex with typescript, Where did you get how to implement it in this way?

  2. For your info I use “typescript”: “~3.9.3”:

    and

    “dependencies”: {
    “@fortawesome/fontawesome-svg-core”: “^1.2.32”,
    “@fortawesome/free-solid-svg-icons”: “^5.15.1”,
    “@fortawesome/vue-fontawesome”: “^2.0.0”,
    “@types/lodash”: “^4.14.164”,
    “@vue/composition-api”: “^1.0.0-beta.18”,
    “axios”: “^0.21.0”,
    “core-js”: “^3.6.5”,
    “es6-promise”: “^4.2.8”,
    “lodash.upperfirst”: “^4.3.1”,
    “register-service-worker”: “^1.7.1”,
    “vue”: “^3.0.0”,
    “vue-class-component”: “^8.0.0-0”,
    “vue-property-decorator”: “^9.0.2”,
    “vue-router”: “^4.0.0-0”,
    “vuejs-progress-bar”: “^1.2.3”,
    “vuex”: “^4.0.0-0”,
    “vuex-class”: “^0.3.2”,
    “vuex-module-decorators”: “^1.0.1”
    },

Comments are closed to reduce spam. If you have any question, please send me an email.