优雅的静态页面模板。
写非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
- 推出适用于移动端的模板
- 支持热更新
- 支持 prettier