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,311 public repositories matching this topic...
Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
- Click the resize button on the code editor and drag it down
- The code doesn't resize
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
-
Updated
Oct 30, 2020 - JavaScript
Home should link to home
Wishlist and cart should open wl/cart
Account should link to my account or open login modal if user is not logged in
"Menu" can remain like it is now as we don't have a component to open with this yet
A curated list of awesome things related to Nuxt.js
-
Updated
Oct 20, 2020
The code for iHateregex.io
-
Updated
Oct 11, 2020 - Vue
Workshop Materials for my Introduction to Vue.js Workshop
-
Updated
Sep 24, 2020 - Vue
A Marvelous Open Source Status Page System
-
Updated
Oct 29, 2020 - TypeScript
A curated list of resources for devs and designers. Join me on devcord.com if you are up for a chit chat :)
-
Updated
Oct 29, 2020 - Vue
GitHub Actions for GitHub Pages
-
Updated
Oct 24, 2020 - TypeScript
-
Updated
Oct 12, 2020 - JavaScript
See readme for newer repo details! A sample shop that shows how to manage payments with Vue, Stripe, and Serverless Functions
-
Updated
Sep 4, 2020 - Vue
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
Oct 29, 2020 - JavaScript
-
Updated
Oct 25, 2020 - Vue
Starter template for Nuxt.js with Express.
-
Updated
Oct 28, 2020 - Vue
Zero config PWA solution for Nuxt.js
-
Updated
Oct 28, 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
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release 15 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