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
更多功能正在开发中...