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 3,716 public repositories matching this topic...
Is there an existing issue for this?
- I have searched the existing issues
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be
-
Updated
Jan 31, 2022 - JavaScript
Due to performance reasons and weird css ordering in production mode, would be nice to set extractCSS setting for nuxt.js
How to reproduce the behaviour
The error occurs in the Step 5/9 of the docker build process
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz: BAD signature
WARNING: Ignoring http
-
Updated
Jan 31, 2022
-
Updated
Jan 18, 2022 - Vue
-
Updated
Jan 22, 2022 - Vue
-
Updated
Feb 5, 2022 - TypeScript
-
Updated
Jan 22, 2022 - Vue
-
Updated
Jan 13, 2022 - TypeScript
New guides section needs to be translated.
See the readMe for info on how to translate our site: https://github.com/nuxt/nuxtjs.org
Feel free to just take one page and submit a pr. make sure you also tick the box in the list below. Or take on the whole project and just create a draft pr and we will merge it when it is finished.
i18n configuration
- i18n file
- i18n block on
-
Updated
Feb 4, 2022 - CSS
-
Updated
Jan 31, 2022 - Vue
Here's inspiration: nuxt-community/auth-module#328 (comment)
-
Updated
Jan 12, 2022 - JavaScript
-
Updated
Feb 1, 2022 - TypeScript
-
Updated
Jan 22, 2022 - Vue
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Jan 13, 2022 - Vue
-
Updated
Jan 13, 2022 - Vue
-
Updated
Nov 13, 2021 - TypeScript
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release 6 months ago
- Repository
- nuxt/nuxt.js
- Website
- nuxtjs.org
- Wikipedia
- Wikipedia

What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling
nuxt generateto run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba