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,424 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
-
Updated
Dec 12, 2020 - JavaScript
- Enter
/p/38143c0c-c9b0-448c-93cd-60eb90d8da57/aspesi-shirt-h805-white - Change size
- See the error
-
Updated
Dec 7, 2020
-
Updated
Oct 11, 2020 - Vue
-
Updated
Nov 25, 2020 - Vue
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 12, 2020 - Vue
-
Updated
Dec 12, 2020 - TypeScript
Here's inspiration: nuxt-community/auth-module#328 (comment)
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Dec 11, 2020 - Vue
-
Updated
Dec 11, 2020 - Vue
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 9, 2020 - Vue
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
Is your feature request related to a problem? Please describe.
I need to send the iso code to my CMS to retrieve content in the correct language
Describe the solution you'd like
make the iso code available directly
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release 3 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