vue-cli-3-nuxt-typescript
vue-cli-3-nuxt-typescript copied to clipboard
Finally I got typescript working with Nuxt-Edge, using vue-cli 3
Results
2
vue-cli-3-nuxt-typescript issues
Sort by
recently updated
recently updated
newest added
My index.vue file: ```TypeScript INDEX import { Component, Vue } from 'nuxt-property-decorator' @Component({}) export default class Index extends Vue { } ``` My tsconfig.json file: ``` ..... "experimentalDecorators": true, "emitDecoratorMetadata"...
bug
... and some more attempts with trying to understand how TypeScript could work. Hope this is helpful.
upgrade