vaderjs 1.1.6 → 1.1.7
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/package.json +1 -1
- package/readme.md +6 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -54,6 +54,12 @@ or
|
|
|
54
54
|
|
|
55
55
|
4. Create dynamic SPAs with enhanced user experiences.
|
|
56
56
|
|
|
57
|
+
5. Type checking / testing
|
|
58
|
+
- Vader has jsdoc annotations built in but also allows ts using the tsconfig
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
npm run test // validate your code
|
|
62
|
+
```
|
|
57
63
|
## Key Features
|
|
58
64
|
|
|
59
65
|
### Declarative Routing
|