Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 426 Bytes

启动:

1. 安装依赖

pnpm install
# npm i

2. 打包自开发文件

pnpm build
# npm run build

3. 启动 Demo

  • 安装浏览器插件Live Server
    VSCode 中安装 Live Server 插件

  • 启动 Demo 页面
    找到 demo.html 文件,右键选择 Open with Live Server 启动 Demo