vue + node + express + mongodb 个人博客系统
The blog system “一个 Vue + Node + MongoDB 博客系统” is a web application developed using Node.js v6.9.4, MongoDB v3.4.1, and Vue.js v2.2.1. It provides functionality for creating, editing, and deleting articles with support for Markdown editing and real-time preview. Users can highlight code snippets, add tags to articles, and register and login to the system.
To install the blog system, follow these steps:
Clone the repository from the source.
git clone <repository_url>
Install the necessary dependencies for frontend and backend.
cd <project_folder>
npm install
Start the backend server.
cd backend
npm start
Start the frontend server.
cd frontend
npm run serve
Access the blog system in your browser at http://localhost:8080.
The Vue + Node + MongoDB blog system provides a user-friendly interface for managing articles with features like Markdown editing, code highlighting, and tagging. With a stack consisting of Vue.js, Node.js, and MongoDB, it showcases how different technologies come together to create a functional web application.