mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-13 22:20:20 +08:00
Update README.md
This commit is contained in:
parent
5cd3de4629
commit
ce278dea76
37
README.md
37
README.md
@ -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.
|
||||||
|
|
||||||
- [✨ Release Notes](/CHANGELOG.md)
|
- [✨ 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) -->
|
||||||
<!-- - [📖 Documentation](https://example.com) -->
|
<!-- - [📖 Documentation](https://example.com) -->
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
<!-- Highlight some of the features your module provide here -->
|
<!-- Highlight some of the features your module provide here -->
|
||||||
- ⛰ Foo
|
- ⚙️ Fully customizable components
|
||||||
- 🚠 Bar
|
- 🌪️ TailwindCSS inside
|
||||||
- 🌲 Baz
|
- 🔨 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
|
||||||
|
Loading…
Reference in New Issue
Block a user