|
1 | | -# pkg-placeholder |
| 1 | +# tempad-dev-plugin-react-native |
2 | 2 |
|
3 | | -[![npm version][npm-version-src]][npm-version-href] |
4 | | -[![npm downloads][npm-downloads-src]][npm-downloads-href] |
5 | | -[![bundle][bundle-src]][bundle-href] |
6 | | -[![JSDocs][jsdocs-src]][jsdocs-href] |
7 | | -[![License][license-src]][license-href] |
| 3 | +一个用于将 CSS 样式转换为 React Native 样式的 [TemPad Dev](https://github.com/ecomfe/tempad-dev) 插件。 |
8 | 4 |
|
9 | | -_description_ |
| 5 | +## 安装 |
10 | 6 |
|
11 | | -## Note for Developers |
| 7 | +1. 从 Chrome Web Store 安装 [TemPad Dev](https://chromewebstore.google.com/detail/tempad-dev/lgoeakbaikpkihoiphamaeopmliaimpc) |
12 | 8 |
|
13 | | -This starter recommands using [npm Trusted Publisher](https://github.com/e18e/ecosystem-issues/issues/201), where the release is done on CI to ensure the security of the packages. |
14 | | - |
15 | | -To do so, you need to run `pnpm publish` manually for the very first time to create the package on npm, and then go to `https://www.npmjs.com/package/<your-package-name>/access` to set the connection to your GitHub repo. |
16 | | - |
17 | | -Then for the future releases, you can run `pnpm run release` to do the release and the GitHub Actions will take care of the release process. |
18 | | - |
19 | | -## Sponsors |
20 | | - |
21 | | -<p align="center"> |
22 | | - <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg"> |
23 | | - <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/> |
24 | | - </a> |
25 | | -</p> |
26 | | - |
27 | | -## License |
28 | | - |
29 | | -[MIT](./LICENSE) License © [Anthony Fu](https://github.com/antfu) |
30 | | - |
31 | | -<!-- Badges --> |
32 | | - |
33 | | -[npm-version-src]: https://img.shields.io/npm/v/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669 |
34 | | -[npm-version-href]: https://npmjs.com/package/pkg-placeholder |
35 | | -[npm-downloads-src]: https://img.shields.io/npm/dm/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669 |
36 | | -[npm-downloads-href]: https://npmjs.com/package/pkg-placeholder |
37 | | -[bundle-src]: https://img.shields.io/bundlephobia/minzip/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669&label=minzip |
38 | | -[bundle-href]: https://bundlephobia.com/result?p=pkg-placeholder |
39 | | -[license-src]: https://img.shields.io/github/license/antfu/pkg-placeholder.svg?style=flat&colorA=080f12&colorB=1fa669 |
40 | | -[license-href]: https://github.com/antfu/pkg-placeholder/blob/main/LICENSE |
41 | | -[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669 |
42 | | -[jsdocs-href]: https://www.jsdocs.io/package/pkg-placeholder |
| 9 | +2. 在 TemPad Dev 的插件区域安装 `@react-native` 插件 |
0 commit comments