0%

Github-Tips

search for topic: Awesome xxx

1
pnpm add -D gh-pages
1
2
3
4
5
6
{
"scripts": {
"build": "vite build",
"deploy": "npm run build && gh-pages -d dist"
}
}