rayine-ui/docs/content/1.getting-started/2.installation.md

32 lines
360 B
Markdown

## Setup
1. Install rayine-ui via npm or other package manager.
```bash
npm install rayine-ui
```
or...
```bash
npx nuxi@latest module add rayine-ui
```
2. Add to the modules in your project.
```ts
export default defineNuxtConfig({
modules: ['rayine-ui']
})
```
Now you can use the components in your project.
## TypeScript
*TBD*
## Options
*TBD*