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

https://github.com/arvinxx/umi-plugin-template

Umi 插件开发模板
https://github.com/arvinxx/umi-plugin-template

template umi umi-plugin

Last synced: about 1 year ago
JSON representation

Umi 插件开发模板

Awesome Lists containing this project

README

          

# umi plugin template

![][version-url] [![semantic-release][semantic-release]][semantic-release-repo] ![][license-url]

[![Test CI status][test-ci]][test-ci-url] [![Release CI][release-ci]][deploy-ci-url] [![Coverage][coverage]][codecov-url]

[version-url]: https://img.shields.io/github/v/release/arvinxx/umi-plugin-develop-template
[license-url]: https://img.shields.io/github/license/arvinxx/umi-plugin-develop-template

[semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-repo]: https://github.com/semantic-release/semantic-release

[coverage]: https://codecov.io/gh/arvinxx/umi-plugin-develop-template/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/arvinxx/umi-plugin-develop-template/branch/master

[test-ci]: https://github.com/arvinxx/umi-plugin-template/workflows/Test%20CI/badge.svg
[release-ci]: https://github.com/arvinxx/umi-plugin-template/workflows/Release%20CI/badge.svg
[test-ci-url]: https://github.com/arvinxx/umi-plugin-template/actions?query=workflow%3A%22Test+CI%22
[deploy-ci-url]: https://github.com/arvinxx/umi-plugin-template/actions?query=workflow%3A%22Release+CI%22

用于开发 umi 插件的模板

## 安装

```bash
npm i
```

```bash
pnpm i
```

## 开发

```bash
$ npm start
```

## License

[MIT](./LICENSE) ® Arvin Xu