mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
first commit
This commit is contained in:
22
playground/nuxt.config.ts
Normal file
22
playground/nuxt.config.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
'../src/module',
|
||||
'@pinia/nuxt',
|
||||
],
|
||||
ui: {},
|
||||
app: {
|
||||
head: {
|
||||
title: 'My App',
|
||||
link: [
|
||||
{rel: 'stylesheet', href: 'https://cdn.bitinflow.com/fontawesome/6.2.0/css/all.min.css'}
|
||||
],
|
||||
script: [
|
||||
{src: 'https://cdn.tailwindcss.com'},
|
||||
{src: '/tailwind.js'}
|
||||
],
|
||||
bodyAttrs: {
|
||||
class: 'bg-zinc-900'
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user