Skip to content

优雅的静态页面模板。像写 Python 一样写页面。

License

Notifications You must be signed in to change notification settings

vingeraycn/adorable-pug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

感谢

About

优雅的静态页面模板。像写 Python 一样写页面。

Resources

License

Stars

Watchers

Forks