花瓣下载工具
# install dependencies
npm install || yarn
# serve with hot reload at localhost:9080
npm run dev || yarn dev
# build electron application for production
npm run build || yarn build
# lint all JS/Vue component files in `src/`
# 提交前请运行 lint,以保持代码风格一致
npm run lint || yarn lint