Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 594 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 594 Bytes

Hakon

css 后处理工具

用于合并雪碧图、css属性加前缀、压缩css等

开发

# frontend
cd frontend

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn run dev

# open up election
yarn start
# backend
cd backend

# install dependencies
yarn

# start server
yarn start

打包

cd frontend

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report

# package
yarn run package

更多

更多功能正在开发中...