Pooya Parsa
Pooya Parsa
Some providers like imgix (https://docs.imgix.com/setup/securing-images) or Cloudinary (https://cloudinary.com/documentation/control_access_to_media) support signing URLs to disallow an attacker generating an unlimited amount of URLs causing downtimes, unprivileged access, resource abuse, etc. To properly...
Please see https://github.com/nuxt-community/gtm-module/issues/82
We can support an alias of `layouts/default.vue` ~> `App.vue` to make bridge projects even closer to nuxt 3. /cc @Atinux Wdyt?
When [``](https://github.com/nuxt/framework/pull/5121) landed, we should introduce a controller API (TODO: issue pending in framework). This should address a long time waiting for a feature for Nuxt 2 (https://github.com/nuxt/nuxt.js/issues/7893, https://github.com/nuxt-community/axios-module/pull/247#issuecomment-549642000) in...
https://github.com/vuejs/vue-next/tree/master/packages/vue-compat Investigate to see if possible to support vue3 compat build with a flag in `nuxt.config` to make it easier for users migrating from `nuxt2` to `nuxt3`. We probably also...
As mentioned by @dmx374 (#83), using `Lazy` prefix might be confusing in situations when the component name is prefixed with Lazy for its purpose (LazyLoad, LazySpin, etc). We cannot use...
related #175 Components module, prefixes component name by path until there is a mismatch. For better explanation I've added some examples: id | path | current | after -|-|-|- 1|`form/layouts/FormLayout.vue`...
We can choose to slightly change prettier defaults as docs and config in templates or adjust the eslint config to work with defaults out of the box. The biggest changes...