0.0.3 • Published 18 days ago

unoist v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

Install

pnpm i unoist

Usage

  • Configure ESM as default in package.json, it's up to you
{
  "type": "module"
}
  • Add shortcuts to your uno.config.ts
import { useShortcuts } from 'unoist'
export default defineConfig({
  shortcuts: [
    // Your config ...
    ...useShortcuts(),
  ],
})

recommendations plugins

  • vite-plugin-url-copy - Auto copy the Vite server URL and generate a QR code for easy access during dev or preview.

License

MIT License © 2024-PRESENT XioDone