mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 02:38:50 +08:00
360 B
360 B
Setup
- Install rayine-ui via npm or other package manager.
npm install rayine-ui
or...
npx nuxi@latest module add rayine-ui
- Add to the modules in your project.
export default defineNuxtConfig({
modules: ['rayine-ui']
})
Now you can use the components in your project.
TypeScript
TBD
Options
TBD