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
- Host: GitHub
- URL: https://github.com/lizheming/template-mina-plugin
- Owner: lizheming
- License: mit
- Created: 2018-09-01T04:11:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T03:55:11.000Z (over 4 years ago)
- Last Synced: 2025-02-24T17:41:04.803Z (4 months ago)
- Topics: minapp, miniprogram, sao-template, tina, tinajs
- Language: JavaScript
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-mina-plugin
[](./LICENSE)
[](https://www.npmjs.com/package/template-tina)
[](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)