基于Nuxt2 + ElementUI 搭建的博客前台
This is a product analysis of a blog built using Nuxt 2.x and Element UI. The blog has various features including login/registration, login with QQ and GitHub, articles, works, tags, comments, interactions, and likes. To run the blog locally, a backend server on port 3300 is required. The project dependencies include billd-html-webpack-plugin, billd-utils, and billd-scss. The installation guide mentions using Docker for deployment and specifies the server environment requirements (CentOS Linux 8.2.2004, Nginx 1.21.4, Node.js 14.19.0, Redis 5.0.3, MySQL 8.0.26, and PM2 5.1.2). It also provides a tip to disable the Vue Language Features (Volar) plugin in VSCode if it is causing issues with file navigation.
To install and run the blog, follow these steps:
npm install billd-html-webpack-plugin billd-utils billd-scss.Note: If you have the Vue Language Features (Volar) plugin installed in VSCode, disable it to avoid navigation issues.
This product analysis highlights a blog built using Nuxt 2.x and Element UI. The blog offers various features including login/registration, login with QQ and GitHub, articles, works, tags, comments, interactions, and likes. The installation guide provides instructions for setting up the blog locally and mentions the server environment requirements for deployment.