@eturnity/eturnity_3d 9.31.1-EXP-24.2 → 9.37.0
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 +13 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
# README
|
|
1
|
+
# README
|
|
2
2
|
|
|
3
|
-
This README would normally document whatever steps are necessary to get your
|
|
3
|
+
This README would normally document whatever steps are necessary to get your
|
|
4
|
+
application up and running.
|
|
4
5
|
|
|
5
|
-
### Setup
|
|
6
|
-
npm i
|
|
7
|
-
npm run dev
|
|
8
|
-
In order to preview, run
|
|
9
|
-
nodejs server.js
|
|
10
|
-
It will serve preview.html file
|
|
11
|
-
### Build Image ###
|
|
6
|
+
### Setup
|
|
12
7
|
|
|
13
|
-
|
|
8
|
+
npm i npm run dev In order to preview, run nodejs server.js It will serve
|
|
9
|
+
preview.html file
|
|
14
10
|
|
|
15
|
-
###
|
|
11
|
+
### Build Image
|
|
16
12
|
|
|
17
|
-
|
|
13
|
+
- docker build -t
|
|
14
|
+
registry.digitalocean.com/eturnityhub/eturnity_3d_viewer:6.5.0-master-1 .
|
|
18
15
|
|
|
16
|
+
### Run Image on Localhost
|
|
17
|
+
|
|
18
|
+
- docker run -p 8080:8080
|
|
19
|
+
registry.digitalocean.com/eturnityhub/eturnity_3d_viewer:6.5.0-master-1
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eturnity/eturnity_3d",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "9.
|
|
4
|
+
"version": "9.37.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"src"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"merge-remote-master": "node scripts/merge-remote-master.js"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@eturnity/eturnity_maths": "9.
|
|
20
|
+
"@eturnity/eturnity_maths": "9.37.0",
|
|
21
21
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
|
22
22
|
"core-js": "3.30.2",
|
|
23
23
|
"cors": "2.8.5",
|