Nuxt.js

Nuxt.js is a framework for creating Vue.js applications. You can choose between Universal, Static Generated or Single Page applications.
Here are 2,134 public repositories matching this topic...
Describe the bug
Currently on iOS the app content is partially obscured by the bar at the bottom of the screen used for gesture based navigation (known as the ‘Home Bar’).
To Reproduce
Open the Postwoman PWA on a modern iOS device *without
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 23, 2020 - TypeScript
-
Updated
Aug 17, 2020
-
Updated
Aug 10, 2020 - Vue
-
Updated
Aug 12, 2020 - Vue
-
Updated
Jul 22, 2020 - TypeScript
-
Updated
Aug 24, 2020 - Vue
-
Updated
Aug 3, 2020 - Vue
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Jul 30, 2020 - Vue
-
Updated
Aug 8, 2020 - Vue
-
Updated
Aug 19, 2020 - Vue
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
What problem does this feature solve?
In the past, Brotli was not supported on nodejs servers.
If I understand correctly, this is now supported since a few months : nodejs/node#20458
This PR dropped support for Brotli : nuxt-community/axios-module#180
Maybe it's time to revert this BR because Axios is supporting it too : https://github.com/ax
-
Updated
Aug 17, 2020 - Vue
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release 8 days ago
- Repository
- nuxt/nuxt.js
- Website
- nuxtjs.org
- Wikipedia
- Wikipedia
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U