Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vingeraycn/adorable-pug

优雅的静态页面模板。像写 Python 一样写页面。
https://github.com/vingeraycn/adorable-pug

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# adorable-pug
优雅的静态页面模板。
> 写非SPA的简单静态页面必备

## 使用之前
- 项目使用了 [node.js](https://nodejs.org/zh-cn/) 服务,请先提前安装 [node.js](https://nodejs.org/zh-cn/)

## 开始使用
```bash
# clone 模板
git clone https://github.com/LeiHanCN/adorable-pug.git

# 进入到脚本路径下,初始化项目
cd /scripts
chmod 777 init.sh
./init.sh

# 回到项目目录下
cd ..

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

## 依赖的技术栈
- babel
- stylus
- pug

## Roadmap
- [ ] 推出适用于移动端的模板
- [x] 支持热更新
- [x] 支持 prettier

## 感谢
- [Sleaf](https://github.com/Sleaf)