Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 909 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 909 Bytes

LeeCCApp

Build Status code style: prettier

汇率计算器第一版

使用项目

  1. 依赖安装
# npm or yarn
npm i 
  1. script脚本说明
# npm or yarn
npm run start   // 启动开发服务器
npm run ios     // 启动ios开发模拟器
npm run android // 启动安卓开发模拟器
npm run lint    // eslint 代码检测
npm run lint:fix// eslint 代码自动修复
npm run prettier// 格式化代码
npm run format-code // 格式化并且自动eslint代码修复

Todo

  • 项目目录结构升级
  • 安卓项目持续集成打包apk