Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyyv/unocss-preset-wind-v4
https://github.com/zyyv/unocss-preset-wind-v4
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyyv/unocss-preset-wind-v4
- Owner: zyyv
- License: mit
- Created: 2024-12-06T06:16:12.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-06T06:16:15.000Z (28 days ago)
- Last Synced: 2024-12-07T13:42:38.173Z (27 days ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unocss-preset-starter [![npm](https://img.shields.io/npm/v/unocss-preset-starter)](https://npmjs.com/package/unocss-preset-starter)
UnoCSS preset quickstart template.
## Features
- 🔥 Description of the preset## Usage
```shell
pnpm i -D unocss-preset-starter unocss
``````ts
// uno.config.ts
import { defineConfig } from 'unocss'
import { presetStarter } from 'unocss-preset-starter'export default defineConfig({
presets: [
// ...
presetStarter(),
],
})
```## License
[MIT](./LICENSE) License © 2023 [zyyv](https://github.com/zyyv)