vueless 1.2.12-beta.4 → 1.2.13-beta.5
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,6 +42,8 @@ npm create vueless@latest
|
|
|
42
42
|
|
|
43
43
|
This command guides you through a few setup options, then generates a new scaffolded Vue + Vueless UI project with the complete application structure.
|
|
44
44
|
|
|
45
|
+
---
|
|
46
|
+
|
|
45
47
|
### Existing project
|
|
46
48
|
|
|
47
49
|
1. Install `vueless` UI library packages.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vueless",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13-beta.5",
|
|
4
4
|
"description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|