cleek 1.2.1 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -7
- package/dist/cleek.es.js +7 -2
- package/dist/cleek.umd.js +7 -2
- package/dist/style.css +1 -1
- package/package.json +12 -3
package/README.md
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
# 🌙
|
|
2
|
-
|
|
3
|
-
[](https://www.npmjs.com/package/@ulissesferreira/moon)
|
|
4
|
-
[](https://bundlephobia.com/result?p=@ulissesferreira/moon@latest)
|
|
5
|
-
[](https://github.com/ulissesferreira/moon/blob/main/LICENSE)
|
|
1
|
+
# 🌙 Cleek
|
|
6
2
|
|
|
7
3
|
A lightweight Vue 3 component library.
|
|
8
4
|
|
|
@@ -13,13 +9,13 @@ When you are starting a new prototype you want to be able to develop features fa
|
|
|
13
9
|
First install the library using your prefered package manager
|
|
14
10
|
|
|
15
11
|
```bash
|
|
16
|
-
yarn add
|
|
12
|
+
yarn add cleek
|
|
17
13
|
```
|
|
18
14
|
|
|
19
15
|
then you can import the available components like so
|
|
20
16
|
|
|
21
17
|
```vue
|
|
22
|
-
import { Button } from
|
|
18
|
+
import { Button } from cleek
|
|
23
19
|
```
|
|
24
20
|
|
|
25
21
|
## Available commands
|