Skip to content

Commit

Permalink
feat: unocss
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNotGoodName committed Jul 22, 2023
1 parent 9349d3d commit 55d0583
Show file tree
Hide file tree
Showing 15 changed files with 992 additions and 77 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ snapshot:
dev:
air

dev-web:
dev-vite:
cd web && pnpm run dev

dev-uno:
cd web && pnpm run dev-uno

clean:
rm -rf smtpbridge_data

Expand Down
7 changes: 6 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "tsc && vite build"
"dev-uno": "unocss --watch",
"build": "tsc && unocss && vite build"
},
"devDependencies": {
"@iconify-json/ri": "^1.1.10",
"@rollup/plugin-inject": "^5.0.3",
"@unocss/cli": "^0.53.6",
"@unocss/preset-icons": "^0.53.6",
"typescript": "^5.1.6",
"unocss": "^0.53.6",
"vite": "^4.4.4",
"vite-plugin-full-reload": "^1.0.5"
},
Expand Down
Loading

0 comments on commit 55d0583

Please sign in to comment.