-
This example uses class-style components and property decorators. Is there an example without those?
From vue-cli 3 default not using the class-style components:
```html
…
-
# Dynamic Routes
## Background
Dynamic routing (also known as URL Slugs or Pretty/Clean URLs) [has](https://github.com/zeit/next.js/issues/25) [been a](https://github.com/zeit/next.js/issues/59)…
Timer updated
5 years ago
-
Opening an issue here with a copy of my original comment to #42, per @yyx990803's request:
---
> I am the author of "Love letter to Vue": http://www.evaristesys.com/blog/love-letter-to-vue/
>
…
-
Please, fix this error. nuxt-class-component should be used as a dependency in the project. Right now you are using vue-class-component which leads to TS errors when using Nuxt Component's specific pr…
-
### Issue description or question
I'm having a bit of a hard time getting the wallaby.js configuration right. I'm working on a Nuxt app using typescript. I've tried a few different permutations of th…
-
I know we said we don’t offer any configuration but...
If Create React App had a plugin system, what would it be like? Can you briefly describe build tooling plugin systems that you’ve **used and lik…
-
```
$ yarn add babel-plugin-syntax-flow babel-plugin-transform-flow-strip-types
```
Then:
```
module.exports = {
build: {
babel: {
plugins: ['transform-decorators-legacy', 'tra…
-
Hi
I am working with VSC, nuxtjs and typescript, but in the .vue files I can't to see very well the syntax, I installed Vuter, but always it show this error
```
Experimental support for decorator…
-
@DavidBernal I looked closely into your code and I completely don't understand why do you rewrite all decorators from scratch? Wouldn't it be easier to import vue-property-decorator as a project depen…
-
I mean [~server/index.js](https://github.com/nuxt-community/express-template/blob/master/template/server/index.js), like in [nuxt-community/express-template](https://github.com/nuxt-community/express-…