Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 719 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 719 Bytes

Create Oasis App

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

  • Vanilla(Use Vanilla JavaScript/TypeScript)
  • React(React Template)
  • Vue(Vue Template)
  • Ali-Mini(Alibaba Mini Program)
  • Library(Oasis Library)

Usage

npm

Compatibility Note: Node.js version >=12.0.0.

npm init @oasis-engine/oasis-app

yarn

yarn create @oasis-engine/oasis-app

After creating a template, run:

npm install
npm run dev

Open your browser, you can see:

image-20210208112945261

Enjoy your exploration of oasis.