@deot/style
v1.0.8
Published
Public CSS to HTML5
Downloads
8
Readme
@deot/style
用于开发的公共CSS资源文档
安装
$ npm install @deot/style
贡献
- 安装环境
$ npm install
- 测试
$ npm run test
- 开发
$ npm run dev
- 打包
$ npm run build
- 代码检查
$ npm run lint
- 发布
$ npm run release
自动提取到ChangeLog中
break change
feat
fix
style
perf
types
refactor
chore
工具
- SASS CSS开发语言,
SASS -> CSS
- PostCSS 优化CSS代码(@import内联,去重,压缩,兼容性前缀)
- TypeScript JS开发语言
- Rollup 打包
- Jest 测试
- ESLint 、Stylelint代码校验和格式化