Chrome extension built on unocss and primevue to enhance bookmarks, history, downloads, etc.
# https://bun.sh/docs/install/lockfile
bun -v
> 1.2.4
# https://wxt.dev/guide/installation.html
bunx wxt@latest init wxt-vue-unocss-primevue -t vue --pm bun
cd wxt-vue-unocss-primevue
bun install
# README.md -> gitignore.md
git init
git add *
git remote add origin [email protected]:miles-shawn/wxt-vue-unocss-primevue.git
git fetch origin
git checkout main
git commit -m "init: wxt"