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 1,859 public repositories matching this topic...
-
Updated
May 22, 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
May 21, 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
.
-
Updated
Jan 10, 2020 - Vue
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?
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
-
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
The problem is with this line. It check whether current page enable auth middleware
to see if you have right to stay on current page when logout. But I can't figure out the point of this check when login.
When I remove auth: false
on page's option , or use auth: 'guest'
the
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?
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
May 4, 2020 - Vue
-
Updated
Apr 30, 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 about 2 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 generate
to 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