@alebtz/redm-vue-ui 1.1.1 → 1.1.2
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 +4 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
A Vue 3 UI Component Library inspired by Red Dead Redemption styling for RedM NUI interfaces.
|
|
4
4
|
|
|
5
|
+
## 🌐 Demo page
|
|
6
|
+
Take a look at the demo [here](https://alebertz.github.io/redm-vue-ui)
|
|
7
|
+
|
|
5
8
|
## 📦 Installation
|
|
6
9
|
|
|
7
10
|
```bash
|
|
@@ -119,4 +122,4 @@ npm run build:watch
|
|
|
119
122
|
|
|
120
123
|
## 📄 License
|
|
121
124
|
|
|
122
|
-
MIT License - feel free to use in your RedM projects!
|
|
125
|
+
MIT License - feel free to use in your RedM projects!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alebtz/redm-vue-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Vue 3 UI Component Library inspired by Red Dead Redemption styling for RedM/FiveM NUI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/redm-vue-ui.umd.cjs",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"dev": "vite",
|
|
20
20
|
"build": "vite build",
|
|
21
21
|
"build:watch": "vite build --watch",
|
|
22
|
-
"preview": "vite preview"
|
|
22
|
+
"preview": "vite preview",
|
|
23
|
+
"build-demo": "vite build --config vite.config.demo.js"
|
|
23
24
|
},
|
|
24
25
|
"keywords": [
|
|
25
26
|
"vue",
|