You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Follow these instructions for configuring nuxt.config.js.](https://github.com/wagerfield/nuxt-typescript) Don't worry about tsconfig.json if you configure vue cli to use typescript it should be configured correctly already.
12
16
13
17
```bash
18
+
##
14
19
$ npm i mobx-vue --save
20
+
$ npm i nuxt-class-component
21
+
$ npm i nuxt-property-decorator
15
22
```
16
23
17
24
## Build Setup
@@ -34,7 +41,9 @@ $ npm run generate
34
41
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
[Basarat's TypeScript Deep Dive](https://basarat.gitbooks.io/typescript/content/docs/getting-started.html)
53
64
54
65
### TypesScript and Vue
66
+
55
67
[This video helped me get rid of TSLint errors when it came to props](https://egghead.io/lessons/vue-js-define-props-on-a-vue-class-with-vue-property-decorator)
0 commit comments