Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 641 Bytes

效果展示

https://love.changchen.cc

欢迎 star ✨

使用

  1. 安装nodejs与npm:点击这里
  2. 进入目录并安装依赖 npm install
  3. 进入源码修改相关内容 src/index.coffee 如注释,参数等
npm run dev   //调试模式,实时检测更改并编译

建议 debug 时开启,开启后会试试编译 .coffee 文件为 .js 文件 做出更改后直接打开 dist/index.html 查看效果

npm run build   //编译静态文件

4.生成文件在 dist/ 目录下,可将相关静态文件部署至任何可被公开访问到的服务器