Ricardo Gobbo de Souza
Ricardo Gobbo de Souza
Module for [Nuxt.js](https://nuxtjs.org/) ```js // nuxt.config.js { modules: [ 'vue-typer/nuxt' ] } ```
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
Add new hook to integrate with robots https://github.com/nuxt-community/robots-module/pull/42
Migrate to docus
I put new properties in the `path` and` redirect` rules because the redirection done by the vue-router is different so the user can customize it if necessary. For example, vue-router...
Hi @dohomi Could we simplify this module using [vue-gtag](https://matteo-gabriele.gitbook.io/vue-gtag/)?
I was analyzing this plugin and doing some performance tests and I realized that some things should be refactored. Some proposed changes: ### 1. Not only parse files on graph...
- [x] Support subdomains - [ ] Update docs - [ ] Add tests - [ ] Work with spa? - [ ] Refactor, maybe create a class inside plugin...