使用 Pug、Tailwind CSS 和 Vanilla JS 开发的单页应用网站。
预览地址: https://idea.xinxiao.tech
├── package.json
├── postcss.config.js
├── src
│ ├── index.pug
│ ├── partials
│ │ └── _footer.pug
│ ├── privacy.pug
│ ├── styles
│ │ └── index.css
│ └── vendor
│ └── vendor.css
├── static
│ ├── favicon.ico
│ └── img
│ ├── card.png
│ ├── ios-screenshot.png
│ └── mac-screenshot.png
├── tailwind.config.js
yarn
yarn dev
yarn build
然后将 ./dist
部署到任何静态网站服务,例如 Vercel 或 Netlify。
MIT