hans-ui-design-lib 0.0.55 → 0.0.56
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -219,6 +219,7 @@ Whenever you push your commits on 'main' branch, the Vercel deploy will be calle
|
|
|
219
219
|
These are the production URL's:
|
|
220
220
|
|
|
221
221
|
https://hans-ui-design-lib-cdn.vercel.app/hans-ui-design-lib.css
|
|
222
|
+
|
|
222
223
|
https://hans-ui-design-lib-cdn.vercel.app/hans-ui-web-components.js
|
|
223
224
|
|
|
224
225
|
To run CDN locally and feed your projects in development, run this command:
|
|
@@ -228,7 +229,9 @@ npm run build:cdn-local
|
|
|
228
229
|
```
|
|
229
230
|
|
|
230
231
|
These are the local URL's:
|
|
232
|
+
|
|
231
233
|
http://localhost:5173/hans-ui-design-lib.css
|
|
234
|
+
|
|
232
235
|
http://localhost:5173/hans-ui-web-components.js
|
|
233
236
|
|
|
234
237
|
## 🛠️ Tech Stack
|