A tool for creating you application. Currently supported template presets include:
ssr-react-midway
koa
midway
umi
taro
flutter
electron
Compatibility Note: Node.js version >= 12.0.0.
npm init @lhiro/app
yarn create @lhiro/app
After creating a template, run:
npm install or yarn install
npm run dev or yarn dev