Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 950 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 950 Bytes

plasticine-island

🏝️🏝️🏝️ A SSG framework powered by islands idea.

Features

基本功能:

自主实现的插件特性:

  • vite 插件 -- 为开发服务器加载模板 html 作为入口,并自动添加 script 标签加载客户端运行时入口代码
  • vite 插件 -- 支持配置文件 plasticine-island.config.ts 热更新
  • vite 插件 -- 约定式路由
  • rehype 插件 -- 转换 markdown 的代码块为特定 html 结构
  • rehype 插件 -- 支持代码块高亮

Usage

dev

pnpm dev
node bin/plasticine-island dev docs

访问 http://localhost:5173

build

pnpm build
node bin/plasticine-island build docs
pnpm preview

访问 http://localhost:3000