Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 726 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 726 Bytes

adorable-pug

优雅的静态页面模板。

写非SPA的简单静态页面必备

使用之前

开始使用

# clone 模板
git clone https://github.com/LeiHanCN/adorable-pug.git <your-project-name>

# 进入到脚本路径下,初始化项目
cd <your-project-name>/scripts
chmod 777 init.sh
./init.sh

# 回到项目目录下
cd ..

# 安装依赖
yarn 
# 开发
yarn dev
# 打包
yarn build

依赖的技术栈

  • babel
  • stylus
  • pug

Roadmap

  • 推出适用于移动端的模板
  • 支持热更新
  • 支持 prettier

感谢