这是一个功能强大,效率很高的前端css样式库和脚手架。适用于纯静态页面的极速搭建。
本项目基于Tailwindcss,运用于CNKI知网PC专题的建设。
-
克隆本项目
-
安装依赖包:
# 用 npm 或者cnpm npm install # 用 Yarn 或者 tyarn yarn
-
开启服务:
# 用 npm npm run serve # 用 Yarn yarn run serve
现在在 localhost:8080 可以看到地址
-
打开
public/index.html
看到页面!
运行以下命令
# 使用 npm
npm run production
# 使用 Yarn
yarn run production
检查 ./public/build/tailwind.css
是不是被压缩了。