yanyaoli / FeedsBlog

FeedsBlog is by Vue.js 3 + Element-Plus + Node.js.

Home Page:https://feedsblog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeedsBlog

FeedsBlog is a simple blog application built with Vue.js and Node.js.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need the following software installed on your machine to run this project:

  • Node.js
  • npm

Installation

First, clone the repository:

git clone https://github.com/yanyaoli/FeedsBlog.git

Then, navigate into the project directory:

cd FeedsBlog

Next, install the dependencies:

npm install

Finally, install concurrently:

npm install --save-dev concurrently

Running

You can start the project with the following command:

npm start

This will start both the Vue.js and Node.js projects simultaneously.

Configuration

The main.config.json file allows you to customize the title and avatar of the blog. Here's an example of what the file might look like:

{
  "title": "My Blog",
  "avatar": "https://example.com/path/to/avatar.jpg"
}
  • title: This field sets the title of your blog. Replace "My Blog" with your desired title.
  • avatar: This field sets the URL of the avatar image. Replace "https://example.com/path/to/avatar.jpg" with the URL of your desired avatar image.

About

FeedsBlog is by Vue.js 3 + Element-Plus + Node.js.

https://feedsblog.vercel.app


Languages

Language:Vue 68.6%Language:JavaScript 21.5%Language:HTML 9.8%