Nuxt.js is still the background error, because our SSR project will reference some components or methods, some of these methods use window or document, so...
Nuxt.js is a server rendering application framework based on vue.js. More information about Nuxt.js is recommended in the official documentation. Today we are mainly talking...
Nuxt-link is a component provided by NuxTJS. Router-link based on Vue-Router has a layer of encapsulation, realizing the function of preloading. Here's a quick look...
This article was first published at: https://github.com/bigo-frontend/blog/ welcome to pay attention to, reprint. Background In response to Chrome's restrictions on Flash playback, in 2020 we...
1. The process gets a request (url redirect request) and enters the NuxTServerInit hook, which changes the store and then moves. Middware checks permissions and...
The nuxt.js website introduces three deployment modes, namely server-side rendering application deployment, static application deployment and single page application deployment (SPA). I need to use...
During Nuxt development, you will encounter the need to control the display and hiding of global components. For example, the mobile terminal route navigation bar,...
Vue SPA single-page apps are notoriously SEO unfriendly, but there are solutions. Server-side rendering (SSR) is a common one. SSR is beneficial for SEO (Search...
Recently, I am learning the knowledge related to uploading large files, and sum up the knowledge I have learned. At this moment, visit http://localhost:3000/api/hello, if...
You have to know the Nuxt's out-of-the-box features. Recently, Nuxt framework was used in the company's project to render the server side of the first...
Nuxt Build: Use Webpack to compile applications and compress JS and CSS resources (for distribution). Nuxt start: Start a Web server in build mode (nuxt...