Update README.md

This commit is contained in:
Timothy Yin 2024-11-21 10:56:18 +08:00 committed by GitHub
parent 5cd3de4629
commit ce278dea76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,41 +1,32 @@
<!-- # Rayine UI
Get your module up and running quickly.
Find and replace all on all files (CMD+SHIFT+F):
- Name: My Module
- Package name: my-module
- Description: My new Nuxt module
-->
# My Module
[![npm version][npm-version-src]][npm-version-href] [![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href] [![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href] [![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href] [![Nuxt][nuxt-src]][nuxt-href]
My new Nuxt module for doing amazing things. RayineUI is a multi-purpose customizable UI library.
- [✨ &nbsp;Release Notes](/CHANGELOG.md) - [✨ &nbsp;Release Notes](/CHANGELOG.md)
<!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module?file=playground%2Fapp.vue) --> <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/rayine-ui?file=playground%2Fapp.vue) -->
<!-- - [📖 &nbsp;Documentation](https://example.com) --> <!-- - [📖 &nbsp;Documentation](https://example.com) -->
## Features ## Features
<!-- Highlight some of the features your module provide here --> <!-- Highlight some of the features your module provide here -->
- &nbsp;Foo - ⚙️ &nbsp;Fully customizable components
- 🚠 &nbsp;Bar - 🌪️ &nbsp;TailwindCSS inside
- 🌲 &nbsp;Baz - 🔨 &nbsp;Full TypeScript support
## Quick Setup ## Quick Setup
Install the module to your Nuxt application with one command: Install the module to your Nuxt application with one command:
```bash ```bash
npx nuxi module add my-module npx nuxi module add rayine-ui
``` ```
That's it! You can now use My Module in your Nuxt app ✨ That's it! You can now use Rayine UI in your Nuxt app ✨
## Contribution ## Contribution
@ -71,14 +62,14 @@ That's it! You can now use My Module in your Nuxt app ✨
<!-- Badges --> <!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82 [npm-version-src]: https://img.shields.io/npm/v/rayine-ui/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/my-module [npm-version-href]: https://npmjs.com/package/rayine-ui
[npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82 [npm-downloads-src]: https://img.shields.io/npm/dm/rayine-ui.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/my-module [npm-downloads-href]: https://npm.chart.dev/rayine-ui
[license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82 [license-src]: https://img.shields.io/npm/l/rayine-ui.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/my-module [license-href]: https://npmjs.com/package/rayine-ui
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com [nuxt-href]: https://nuxt.com