### [ericdit:轻巧强大的开源个人博客,内容发布系统](https://www.appmiao.com/article/1034) **Published:** 2025-06-03T06:35:10 **Author:** 阿喵 **Excerpt:** ericdit.com-refactor由 Nuxt 4 和 Directus 构建的个人博客、内容发布平台,支持评论、点赞、收藏、用户在线或离线状态、更新提示、实时订阅等功能。 演示截图 项目部署 安装依赖 / Install depen ericdit.com-refactor由 Nuxt 4 和 Directus 构建的个人博客、内容发布平台,支持评论、点赞、收藏、用户在线或离线状态、更新提示、实时订阅等功能。 ## 演示截图 ![](https://pic.amiao.app/2025/06/26050920/80731.png) ## 项目部署 #### 安装依赖 / Install dependencies[](https://github.com/supebase/ericdit.com-refactor#%E5%AE%89%E8%A3%85%E4%BE%9D%E8%B5%96--install-dependencies) npm install ### 启动开发服务器 / Start the development server[](https://github.com/supebase/ericdit.com-refactor#%E5%90%AF%E5%8A%A8%E5%BC%80%E5%8F%91%E6%9C%8D%E5%8A%A1%E5%99%A8--start-the-development-server) npm run dev #### 构建并启动生产服务器 / Build and start the production server[](https://github.com/supebase/ericdit.com-refactor#%E6%9E%84%E5%BB%BA%E5%B9%B6%E5%90%AF%E5%8A%A8%E7%94%9F%E4%BA%A7%E6%9C%8D%E5%8A%A1%E5%99%A8--build-and-start-the-production-server) npm run build pm2 start ecosystem.config.js #### 如果变更版本号和 Hash 值,需要执行以下命令:[](https://github.com/supebase/ericdit.com-refactor#%E5%A6%82%E6%9E%9C%E5%8F%98%E6%9B%B4%E7%89%88%E6%9C%AC%E5%8F%B7%E5%92%8C-hash-%E5%80%BC%E9%9C%80%E8%A6%81%E6%89%A7%E8%A1%8C%E4%BB%A5%E4%B8%8B%E5%91%BD%E4%BB%A4) #### If you changed version number and hash value, you need to run the following command:[](https://github.com/supebase/ericdit.com-refactor#if-you-changed-version-number-and-hash-value-you-need-to-run-the-following-command) npm run bump && npm run build ## 项目地址 github:[https://github.com/supebase/ericdit.com-refactor](https://github.com/supebase/ericdit.com-refactor) 演示地址:[https://ericdit.com/](https://ericdit.com/) **Tags:** 内容发布, 博客平台, 博客系统, 源码 **Categories:** 开源项目 ---