simple-boot-front 1.0.94 → 1.0.95

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.
Files changed (2) hide show
  1. package/README.MD +4 -0
  2. package/package.json +2 -2
package/README.MD CHANGED
@@ -5,6 +5,10 @@
5
5
  - Single Page Application Framworks for Web
6
6
  - Provide a radically faster and widely accessible getting started experience for all front end.
7
7
 
8
+ # [📄 introduction page [link]](https://simple-boot-front.github.io)
9
+ - [https://simple-boot-front.github.io/#dom-render/introduction](https://simple-boot-front.github.io)
10
+
11
+
8
12
  ---
9
13
  # 🚀 Quick start cli
10
14
  ```shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-boot-front",
3
- "version": "1.0.94",
3
+ "version": "1.0.95",
4
4
  "main": "SimpleApplication.js",
5
5
  "license": "MIT",
6
6
  "description": "front end SPA frameworks",
@@ -75,7 +75,7 @@
75
75
  "typescript": "^4.3.5"
76
76
  },
77
77
  "dependencies": {
78
- "dom-render": "^1.0.62",
78
+ "dom-render": "^1.0.63",
79
79
  "simple-boot-core": "^1.0.22",
80
80
  "reflect-metadata": "^0.1.13"
81
81
  }