Skip to content

Commit

Permalink
chore: init
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Nov 21, 2023
1 parent 28cbb27 commit 75b077c
Show file tree
Hide file tree
Showing 13 changed files with 527 additions and 240 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 zyyv <https://github.com/zyyv>
Copyright (c) 2023 Chizuki <https://github.com/chizukicn>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# unocss-preset-starter [![npm](https://img.shields.io/npm/v/unocss-preset-starter)](https://npmjs.com/package/unocss-preset-starter)
# unocss-preset-block [![npm](https://img.shields.io/npm/v/unocss-preset-starter)](https://npmjs.com/package/unocss-preset-block)

UnoCSS preset quickstart template.
UnoCSS preset block.

## Features
- 🔥 Description of the preset

## Usage
```shell
pnpm i -D unocss-preset-starter unocss
pnpm i -D unocss-preset-block unocss
```

```ts
// uno.config.ts
import { defineConfig } from 'unocss'
import { presetStarter } from 'unocss-preset-starter'
import { presetBlock } from 'unocss-preset-block'

export default defineConfig({
presets: [
// ...
presetStarter(),
presetBlock(),
],
})
```

## License

[MIT](./LICENSE) License © 2023 [zyyv](https://github.com/zyyv)
[MIT](./LICENSE) License © 2023 [Chizuki](https://github.com/chizukicn)
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "unocss-preset-starter",
"name": "unocss-preset-block",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"description": "<description>",
"author": "unpreset <https://github.com/unpreset>",
"license": "MIT",
"homepage": "https://github.com/unpreset/unocss-preset-starter#readme",
"homepage": "https://github.com/unpreset/unocss-preset-block#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unpreset/unocss-preset-starter.git"
"url": "git+https://github.com/unpreset/unocss-preset-block.git"
},
"bugs": {
"url": "https://github.com/unpreset/unocss-preset-starter/issues"
"url": "https://github.com/unpreset/unocss-preset-block/issues"
},
"keywords": [
"unocss",
"unpreset",
"unocss-preset",
"unocss-preset-starter"
"unocss-preset-block"
],
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"deploy": "vite build playground"
},
"peerDependencies": {
"@unocss/core": "< 1"
"@unocss/core": "^0.57.6"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.10",
Expand All @@ -66,7 +66,7 @@
"eslint": "^8.50.0",
"typescript": "5.2.2",
"unbuild": "^2.0.0",
"unocss": "^0.56.2",
"unocss": "^0.57.6",
"vite": "^4.4.9",
"vitest": "^0.34.5"
}
Expand Down
13 changes: 0 additions & 13 deletions playground/index.html

This file was deleted.

24 changes: 0 additions & 24 deletions playground/src/App.vue

This file was deleted.

5 changes: 0 additions & 5 deletions playground/src/main.ts

This file was deleted.

9 changes: 0 additions & 9 deletions playground/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion playground/uno.config.ts

This file was deleted.

8 changes: 0 additions & 8 deletions playground/vite.config.ts

This file was deleted.

Loading

0 comments on commit 75b077c

Please sign in to comment.