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 插件开发模板
- Host: GitHub
- URL: https://github.com/arvinxx/umi-plugin-template
- Owner: arvinxx
- License: mit
- Created: 2020-12-28T06:45:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T10:02:35.000Z (over 3 years ago)
- Last Synced: 2024-04-27T01:41:16.017Z (about 2 years ago)
- Topics: template, umi, umi-plugin
- Language: TypeScript
- Homepage:
- Size: 634 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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