feat : reorganisation de la structure projet
This commit is contained in:
@@ -7,6 +7,14 @@ export default defineNuxtConfig({
|
||||
modules: ['@nuxtjs/tailwindcss','@nuxt/icon'],
|
||||
css: [join(dir, 'app/assets/css/malio.css')],
|
||||
|
||||
components: [
|
||||
{
|
||||
path: join(dir, 'app/components/malio'),
|
||||
prefix: 'Malio',
|
||||
pathPrefix: false,
|
||||
},
|
||||
],
|
||||
|
||||
tailwindcss: {
|
||||
config: {
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user