This is a full-stack blog project with a frontend built on Vue 2.0 and a backend using Express and MongoDB. The frontend utilizes flexbox and rem layout while the backend interface is built with element ui. It serves as an advanced project for frontend development, covering topics from flexbox layout to frontend framework usage, backend development, and database integration.
git clone https://github.com/elva2596/vueBlog.git
npm install
npm install -g supervisor
cd server
npm install
npm start
npm run dev
npm run build
proxyTable in the config/index.js file for cross-origin requests.This full-stack blog project is an advanced learning resource for developers, covering frontend layout, framework usage, backend development, and database integration. With features like Markdown editing support and code highlighting, it provides a comprehensive overview of the development process. The installation guide makes it easy to set up the project for testing and development purposes.