Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@lhiro/create-app

lhiro27MIT0.0.2TypeScript support: included

create myself app

readme

Create MySelf App

All is typescript


A tool for creating you application. Currently supported template presets include:

  • ssr-react-midway
  • koa
  • midway
  • umi
  • taro
  • flutter
  • electron

Usage


npm

Compatibility Note: Node.js version >= 12.0.0.

  npm init @lhiro/app

yarn

  yarn create @lhiro/app

After creating a template, run:

  npm install or yarn install
  npm run dev or yarn dev