More Premium Hugo Themes Premium Nuxt Themes

Nuxt Ssr

vue+nuxt+sass+node+express+MongoDB 实现的SSR项目。

Nuxt Ssr

vue+nuxt+sass+node+express+MongoDB 实现的SSR项目。

Author Avatar Theme by itcnz
Github Stars Github Stars: 347
Last Commit Last Commit: Dec 10, 2019 -
First Commit Created: Dec 18, 2023 -
Nuxt Ssr screenshot

Overview

The Nuxt-ssr project is a SSR (server-side rendered) project that allows for article creation, deletion, and retrieval. It is built using Nuxt.js and is designed to be a complete SSR project for beginners. The project utilizes various technologies such as Vue.js v2.0.0, Nuxt.js v1.0.0, Node.js v9.8.0 or higher, Express.js v4.x, MongoDB v3.4.7, and element-ui v2.3.2. The project provides detailed instructions for installation and setup.

Features

  • Article creation, deletion, and retrieval
  • SSR structure using Nuxt.js
  • Integration with Vue.js for frontend development
  • Utilization of element-ui for UI design

Installation

  1. Install Node.js version 8.0 or higher.

  2. Install element-ui by following the instructions provided on the official page.

  3. Install the nuxt-quill-plugin for rich text editing. Refer to the installation and usage instructions provided on the nuxt-quill-plugin page.

  4. Install MongoDB by following the detailed instructions available on the MongoDB website.

  5. Install Express.js by following the instructions provided on the official Express.js page.

  6. Install supervisor globally using the command sudo npm install -g supervisor for real-time monitoring during development.

  7. Install supervisor locally in the server directory of the project using the command npm install supervisor. Ensure that the backend monitoring takes place on a different port than the frontend monitoring.

Summary

The Nuxt-ssr project is a comprehensive SSR project built with Nuxt.js. It offers article creation, deletion, and retrieval functionalities and makes use of various technologies such as Vue.js, MongoDB, and Express.js. The installation process involves setting up the necessary dependencies and monitoring tools. Overall, it is a helpful project for beginners to practice and learn SSR development.