Jest is a testing framework developed on Facebook that makes testing easier for me. Jest automatically integrates assertions, JSDom, coverage reporting, and all the testing...
As the usage of Vue continues to grow, more and more pages are using browser rendering, which greatly improves the quality and efficiency of front-end...
Recently, I studied the course of Vue familybarrel +SSR+Koa2 full stack Development of Meituan.com. My main lecture was aimed at Vue SSR+Koa2 full stack technology,...
Nuxt installation and scaffolding installation process, there are several precautions when installing, you need to ensure that the Node version is installed correctly and git...
Install NUxT3 Open the built-in terminal and enter the following command to create a NuxT project: Go to the nuxt3-app directory and execute the YARN...
The component library aspect uses the Vuetify component library. Create topic folder in Pages, according to nuXT dynamic routing configuration method, name a file starting...
Nuxt has finally released 2.0, recently upgraded the blog from 1.4 to 2.0 with Typescript refactoring. Check out jooger. me, there was a minor issue...
Introduction in the process of isomorphism, easy to confuse the concept of the request, responseserver: refer to express - request, responseclient: reference axios - the...
There will always be some related projects, their code is similar, package dependence is similar, many components, auxiliary code are the same, there is a...
Why use NUXT? Nuxt is Vue's official recommended SSR framework. As we all know, Vue's established applications are basically single page applications, and single page...