An open API service indexing awesome lists of open source software.

https://github.com/lizheming/template-mina-plugin

MiniProgram Plugin Scaffold template for Tina.js
https://github.com/lizheming/template-mina-plugin

minapp miniprogram sao-template tina tinajs

Last synced: 3 months ago
JSON representation

MiniProgram Plugin Scaffold template for Tina.js

Awesome Lists containing this project

README

        

# template-mina-plugin

[![license](https://img.shields.io/github/license/lizheming/template-mina-plugin.svg?style=flat-square)](./LICENSE)
[![npm](https://img.shields.io/npm/v/template-mina-plugin.svg?style=flat-square)](https://www.npmjs.com/package/template-tina)
[![SAO](https://img.shields.io/badge/⚔️%20SAO-mina--plugin-ff69b4.svg?style=flat-square)](https://sao.js.org/)

MiniProgram Plugin Scaffold template for Tina.js

## Usage

Install [SAO](https://github.com/egoist/sao) first.

```bash
yarn global add sao
# or
npm i -g sao
```

### From npm

```bash
sao mina-plugin my-project
```

### From git

```bash
sao lizheming/template-mina-plugin my-project
```

After sao initial, you should change `src/miniprogram/app.mina` file `provider` property same as `project.config.json` file `appid` property.

## License

MIT © [lizheming](github.com/lizheming)