@nithishdts001/universal-report-module 1.0.1
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 +11 -0
- package/dist/index.esm.js +30498 -0
- package/dist/index.js +457 -0
- package/package.json +103 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
# URM (without theme)(V3) (Copy) (Copy)
|
|
3
|
+
|
|
4
|
+
This is a code bundle for URM (without theme)(V3) (Copy) (Copy). The original project is available at https://www.figma.com/design/TdFS2tX7fvSa8ZbI095hGN/URM--without-theme--V3---Copy---Copy-.
|
|
5
|
+
|
|
6
|
+
## Running the code
|
|
7
|
+
|
|
8
|
+
Run `npm i` to install the dependencies.
|
|
9
|
+
|
|
10
|
+
Run `npm run dev` to start the development server.
|
|
11
|
+
|