开源实例之Riot
前言
Simple and elegant component-based UI library
Riot brings custom components to all modern browsers. It is designed to offer you everything you wished the native web components API provided.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 18 |
服务器 | Nginx |
程序 | Riot 9.1.1 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:https://riot.js.org
仓库地址:https://github.com/riot/riot
#创建项目
npm init riot
#安装依赖
npm i
#生成静态文件
npm run build
实例体验
后记
本实例仅供参考,不定期重置数据。