Skip to content

maxuekai/Hakon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

更多

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