@nsshunt/stsvueutils 1.0.76 → 1.0.78
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 +8 -1
- package/dist/stsvueutils.mjs +3108 -11
- package/dist/stsvueutils.mjs.map +1 -1
- package/dist/stsvueutils.umd.js +3107 -9
- package/dist/stsvueutils.umd.js.map +1 -1
- package/package.json +2 -3
- package/types/commonTypes.d.ts +1 -1
- package/types/commonTypes.d.ts.map +1 -1
- package/types/plugins/stsTestWorkerDefinitions.d.ts +1 -1
- package/types/plugins/stsTestWorkerDefinitions.d.ts.map +1 -1
package/README.md
CHANGED
|
@@ -1,2 +1,9 @@
|
|
|
1
1
|
# stsvueutils
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
This module provides core framework components, utilities and plugins for all Vue 3 based applications
|
|
4
|
+
|
|
5
|
+
The equivalent for nodejs services is the stsappframework module.
|
|
6
|
+
|
|
7
|
+
The name will need to change
|
|
8
|
+
|
|
9
|
+
stsspaframework (STS SPA Framework) SPA being Single Page Application
|