mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-20 04:18:50 +08:00
32 lines
402 B
Markdown
32 lines
402 B
Markdown
## Setup
|
|
|
|
1. Install rayine-ui via npm or other package manager.
|
|
|
|
```bash [Terminal]
|
|
npm install rayine-ui
|
|
```
|
|
|
|
or...
|
|
|
|
```bash [Terminal]
|
|
npx nuxi@latest module add rayine-ui
|
|
```
|
|
|
|
2. Add to the modules in your project.
|
|
|
|
```ts [nuxt.config.ts]{2}
|
|
export default defineNuxtConfig({
|
|
modules: ['rayine-ui']
|
|
})
|
|
```
|
|
|
|
Now you can use the components in your project.
|
|
|
|
## TypeScript
|
|
|
|
*TBD*
|
|
|
|
## Options
|
|
|
|
*TBD*
|