开源实例之T3MPL Editor
前言
T3MPL is the generic website editor and the static website generator in one. To create a website you need just a browser. Choose a website template and edit it by T3MPL Editor. Export your final website to .zip file and upload it to your server.
T3MPL Editor 是一款可以在浏览器端编辑并生成静态网站的程序。
实例地址
https://t3mpl-editor.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 16 |
服务器 | Nginx |
程序 | T3MPL Editor 0.4.1 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:https://t3mpl.n4no.com
仓库地址:https://github.com/b4rtaz/t3mpl-editor
#克隆代码
git clone https://github.com/b4rtaz/t3mpl-editor.git
cd t3mpl-editor
#安装依赖
npm i
#生成静态文件
npm run build:prod
实例体验
后记
本实例仅供参考,不定期重置数据。