Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vingeraycn/adorable-pug
优雅的静态页面模板。像写 Python 一样写页面。
https://github.com/vingeraycn/adorable-pug
Last synced: 25 days ago
JSON representation
优雅的静态页面模板。像写 Python 一样写页面。
- Host: GitHub
- URL: https://github.com/vingeraycn/adorable-pug
- Owner: vingeraycn
- License: mit
- Created: 2020-04-30T08:11:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:39:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T14:04:13.794Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 748 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)