Add tailwindcss, add first page

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-11-13 20:53:51 +00:00
parent db9fa44439
commit 2e98cb39f4
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
8 changed files with 1265 additions and 8 deletions

View file

@ -8,10 +8,14 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "3.0.0-rc.13"
"@nuxtjs/color-mode": "3.1.8",
"@nuxtjs/tailwindcss": "6.1.3",
"nuxt": "3.0.0-rc.13",
"tailwindcss": "3.2.2"
},
"dependencies": {
"@typegoose/typegoose": "9.12.1",
"mongoose": "6.7.2"
"mongoose": "6.7.2",
"scss": "0.2.4"
}
}