开源实例之Stencil
前言
Stencil is a library for building reusable, scalable component libraries. Generate small, blazing fast Web Components that run everywhere.
Stencil 是基于 Node.js 开发的 WEB 组件生成器。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | Node.js 18 |
程序 | Stencil 4.7.2 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:https://stenciljs.com
仓库地址:https://github.com/ionic-team/stencil
#创建项目
yarn create stencil
cd stencil
#安装依赖
yarn
#生成静态文件
yarn build
#运行
serve -s www
实例体验
后记
本实例仅供参考,不定期重置数据。