-
I'm not being able to make Nuxt-i18n working with a fresh Nuxt 2.0 project. I got this error :
![screenshot_2](https://user-images.githubusercontent.com/25272043/46179099-034ec680-c2ba-11e8-8d39-711b…
-
Having been frustrated by `vuex-typescript` I thought I would give this ago but I find that I am struggling without, apparently, any examples of how to import and use the modules (and the getters, act…
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
## In…
-
Have you noticed there is nuxt-property-decorator instead of vue-property-decorator...you might want to use it instead. Thanks!
https://github.com/nuxt-community/nuxt-property-decorator
-
After upgrading Nuxt to the latest version 2.5.1 the following highly unhelpful error started popping up:
![error](https://user-images.githubusercontent.com/8714119/54879666-db40ba00-4e3b-11e9-9db6…
-
This library is currently doing whatever `nuxt-class-component` doing and bit more. So it is not dependant on `nuxt-class-component` as it says in the beginning of [readme](https://github.com/nuxt-c…
-
# __IMPORTANT__: Feathers 4 and later comes with built-in TypeScript support. Please [see the docs for more information](https://docs.feathersjs.com/)
### Propose switching to TypeScript
In anothe…
-
`now dev` does not appear to be forgetting older `now.json` files and respecting changes.,
I have a `now.json` with two builds.
1. A `@now/static-build` that runs `nuxt generate`
2. A series o…
-
Hello there I'm using typeorm with webpack. In order to fix critical dependency warnings I add `alias` in to my webpack config;
```
alias: {
typeorm: path.resolve(__dirname, "node_modules/typ…
-
# Bug Description
`getModule` doesn't seem to work in Nuxt.
# Code
## store/test.ts
```ts
import { Module, VuexModule } from 'vuex-module-decorators'
@Module({ stateFactory: true, name…