1.0.1 • Published 3 years ago

create-h-app v1.0.1

Weekly downloads
31
License
MIT
Repository
-
Last release
3 years ago

Create MySelf App

All is typescript


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

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

Usage


npm

Compatibility Note: Node.js version >= 12.0.0.

  npm init @lhiro/create-app

yarn

  yarn create @lhiro/create-app

After creating a template, run:

  npm install or yarn install
  npm run dev or yarn dev
1.0.1

3 years ago