Socket
Socket
Sign inDemoInstall

unoist

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unoist

Make using UnoCSS simpler and easier.


Version published
Weekly downloads
7
increased by16.67%
Maintainers
1
Weekly downloads
 
Created
Source

Unoist

Github Badge Version

⚡️ Make using UnoCSS simpler and easier.

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

Keywords

FAQs

Package last updated on 21 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc