# 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.

```shell
npm init @oasis-engine/oasis-app
```

### yarn

```shell
yarn create @oasis-engine/oasis-app
```

After creating a template, run:

```shell
npm install
npm run dev
```

Open your browser, you can see:

![image-20210208112945261](https://gw.alipayobjects.com/zos/OasisHub/3dfda7c5-7c65-4976-bc56-6d1f47592a31/image-20210208112945261.png)

Enjoy your exploration of oasis.
