基于 Node.js 的开源个人博客系统,采用 Nuxt + Vue + TypeScript 技术栈。
iBlog is an open-source personal blogging system based on Node.js. It features a modern UI, a user-friendly experience, and support for both desktop and mobile access. It also supports dark mode and can be easily deployed using Docker. iBlog is not just a blogging platform, but also a complete project suitable for beginners to learn from.
To install iBlog, follow these steps:
Install Node.js (version 8 or above) and MongoDB.
It is recommended to use Yarn for package management instead of npm.
Install the dependencies by running the following command:
yarn install
Start the site in development mode:
yarn dev
To start the site in production mode, first compile the project and then start the site:
yarn build
yarn start
Open your browser and access the site at http://localhost:9000/.
iBlog is a modern and user-friendly personal blogging system based on Node.js. It supports both desktop and mobile access, as well as dark mode. It can be easily installed and deployed using Docker. With its modern UI and comprehensive features, iBlog is not just a blogging platform, but also a great project for beginners to learn from.