mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
Initial commit
This commit is contained in:
8
example/app.vue
Normal file
8
example/app.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
Welcome
|
||||
<NuButton class="ml-3" variant="primary" icon="heroicons-outline:check-circle">
|
||||
toto
|
||||
</NuButton>
|
||||
</div>
|
||||
</template>
|
||||
8
example/nuxt.config.ts
Normal file
8
example/nuxt.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineNuxtConfig } from 'nuxt3'
|
||||
|
||||
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
buildModules: [
|
||||
['../src', { primary: 'blue', prefix: 'nu' }]
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user