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,011 public repositories matching this topic...
-
Updated
Jul 13, 2020 - Vue
Follow up from #4453
Currently, documentation for <b-table> really only discusses and provides examples for the row-selected event:
https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the row-clicked event is mentioned are:
https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re
-
Updated
Jul 10, 2020
@nuxt/types package provides type definition for Nuxt configuration.
Configuration (Runtime) | Nuxt TypeScript
I think that project with TypeScript should use nuxt.config.ts instead nuxt.config.js.
I hate regex too and would rather not use it but my coworker do and it makes code review very hard.
I wonder if there could be a simple way to use your awesome service to improve code review.
My first idea was to document code with a link to your service identifying uniquely the regex in the code.
What do you think about it?
-
Updated
Jan 10, 2020 - Vue
Version
Reproduction link
Steps to reproduce
Open https://ru.nuxtjs.org/ through Russian ISP
What is expected ?
https://ru.nuxtjs.org/ will successfully open
What is actually happening?
https://ru.nuxtjs.org/ site does not open.
Additional comments?
Due to
Shorten descriptions
Some descriptions for certain resources are very long, it'd be great if someone could go through all of these and shorten them. There shouldn't be too much of them.
Some examples:
- PHP: (The only proper) PDO tutorial
- Fullstack: freeCodeCamp curriculum
@lostdesign Maybe we should put some restriction on the amount of words that can be used for a resource?
What problem does this feature solve?
I'm using @nuxtjs/auth module in a Nuxt App for building a SaaS product where URLs contains the customer ID (e.g: https://nuxt.app/acme/login). In Nuxt, it could be represented to an URL like so in the router: /:customerId/login (in this example, :customerId is equal to acme).
*Long story short : I have [a Nuxt
-
Updated
Nov 2, 2019 - Vue
Version
Reproduction link
https://github.com/nuxt-community/modules/blob/master/packages/browserconfig/index.js
Steps to reproduce
path.resolve(this.options.srcDir, 'static', browserconfigFileName) and `content: '/' + browserconfigFi
-
Updated
Jul 14, 2020 - TypeScript
Version
Reproduction link
Steps to reproduce
create empty project, try to run prod with express template
What is expected ?
it to work
What is actually happening?
it returns
Cannot GET /
Somehow it cannot get .nuxt files if the files are built prior. It is still working
-
Updated
May 16, 2020 - Vue
What problem does this feature solve?
The @nuxtjs/firebase module provides service worker scripts for firebase auth sw sessions.
The problem is that (depending on where the script is included) it either:
- is ignored (because workbox responds with a caching strategy)
or
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
Jul 14, 2020 - JavaScript
-
Updated
Jul 10, 2020 - Vue
Version
Reproduction link
Steps to reproduce
Please add following tests:
expect(window.$nuxt.localePath('/about-us', 'fr')).toBe('/fr/a-propos')
expect(window.$nuxt.localePath({ path: '/about-us' }, 'fr')).
Created by Sébastien Chopin & Alexandre Chopin
Released November 2016
Latest release 12 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