Skip to content

xerrors/Meco-MS

Repository files navigation

Meco MS

Meco Manage System

一个用于博客网站的后台管理系统,是从项目 Gourd (废弃的) 的后台部分拆分而来。

此项目依赖后端配置才能正常使用,参考Meco-Server

控制台页面:

文章列表:

消息列表:

服务器日志:

文章编辑:

安装 node

默认安装的版本太低了,想要安装高版本的还是需要其他的办法的。

参考 从 NodeSource 中安装 Node.js 和 npm

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

安装 nodejs 和 yarn

sudo apt-get install -y nodejs

npm install --global yarn