HypnosNova / create-oasis-app

A tool for creating your oasis application. Currently supported template presets include Vanilla、React and Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)
  • MiniGame(Alipay Mini Game)

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.

About

A tool for creating your oasis application. Currently supported template presets include Vanilla、React and Vue.


Languages

Language:TypeScript 68.6%Language:JavaScript 22.8%Language:HTML 7.6%Language:Vue 1.0%