https://github.com/jic999/moon-web-start
-
自由增删改网站
-
拖动排序
-
导入 / 导出数据
-
搜索
-
主题切换
-
夜间模式
-
搜索词联想 -
移动端适配 -
设置项完善
-
后端服务
-
获取 favicon
-
同步数据
-
-
更多...
进入目录
cd moon-web-start
安装依赖
npm install -g pnpm
pnpm install
启动项目
npm run dev
- 旧版本
docker pull luode0320/web-start:1.0
启动:
docker run -d -p 2000:2000 luode0320/web-start:1.0
- 最新版本
docker pull luode0320/web-start:latest
启动:
docker run -d -p 2000:2000 luode0320/web-start:latest