feat: add thymeleaf assets processor

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-07-29 18:06:56 +08:00
parent ceceb37349
commit a46eebfb87
20 changed files with 265 additions and 30 deletions
+4 -1
View File
@@ -11,10 +11,13 @@
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
"@astrojs/vue": "^0.5.0",
"@types/node": "16",
"astro": "^1.0.0-rc.2",
"cheerio": "1.0.0-rc.12",
"vue": "^3.2.37"
},
"dependencies": {
"@headlessui/vue": "^1.6.7"
"@headlessui/vue": "^1.6.7",
"dayjs": "^1.11.4"
}
}