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,124 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
I try to execute my first GET request and get this result:
I think the first-time-user experience could get improved here.
The hint to F12 vanishes soon, and I think accessing the error message via F12 is not a
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
-
Updated
Aug 18, 2021 - JavaScript
Currently, catch block is the same for both methods in useForgotPasswordFactory (https://github.com/vuestorefront/vue-storefront/pull/5971/files/0e001721be751b0b0130915023ea0867722e1065#diff-89077440c1264480ee6ffbbcfb08d6c64c9881bea61ebbd8e0e5d260085b66ad):
err.message = err?.graphQLErrors?.[0]?.message || err.message;Let's create an external function that takes care of that a
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
A curated list of awesome things related to Nuxt.js
-
Updated
Aug 11, 2021
The code for iHateregex.io
-
Updated
Oct 11, 2020 - Vue
A curated list of resources for devs and designers. Join me on devcord.com if you are up for a chit chat :)
-
Updated
Aug 12, 2021 - Vue
Workshop Materials for my Introduction to Vue.js Workshop
-
Updated
Aug 12, 2021 - Vue
A Marvelous Open Source Status Page System
-
Updated
Aug 19, 2021 - TypeScript
GitHub Actions for GitHub Pages
-
Updated
Aug 20, 2021 - 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
Here's inspiration: nuxt-community/auth-module#328 (comment)
Nuxt Content lets you write in a content/ directory and fetch your Markdown, JSON, YAML, XML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS
-
Updated
Aug 7, 2021 - JavaScript
-
Updated
Jul 4, 2021 - JavaScript
-
Updated
Aug 19, 2021 - Vue
See readme for newer repo details! A sample shop that shows how to manage payments with Vue, Stripe, and Serverless Functions
-
Updated
Aug 10, 2021 - Vue
Starter template for Nuxt.js with Express.
-
Updated
Jul 17, 2021 - Vue
Zero config PWA solution for Nuxt.js
-
Updated
Jul 2, 2021 - TypeScript
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
Vue notifications made easy!
-
Updated
Aug 12, 2021 - TypeScript
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release 9 days 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