twd-js 1.3.0 → 1.3.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 +9 -2
- package/dist/bundled.es.js +801 -46108
- package/dist/bundled.umd.js +2 -307
- package/dist/index.cjs.js +3 -3
- package/dist/index.es.js +1081 -1081
- package/dist/mock-sw.js +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -147,9 +147,16 @@ Full documentation is available at [twd.dev](https://twd.dev) (coming soon) or i
|
|
|
147
147
|
- [Writing Tests](docs/writing-tests.md)
|
|
148
148
|
- [API Mocking](docs/api-mocking.md)
|
|
149
149
|
|
|
150
|
-
##
|
|
150
|
+
## Examples
|
|
151
151
|
|
|
152
|
-
Check out
|
|
152
|
+
Check out our working examples for various frameworks:
|
|
153
|
+
|
|
154
|
+
- **[Examples Directory](./examples)** - Local examples for React, Vue, and Astro
|
|
155
|
+
- **[Vue Example](https://github.com/BRIKEV/twd-vue-example)** - Vue 3 with advanced scenarios
|
|
156
|
+
- **[Solid Example](https://github.com/BRIKEV/twd-solid-example)** - Solid.js integration
|
|
157
|
+
- **[Angular Example](https://github.com/BRIKEV/twd-angular-example)** - Angular setup
|
|
158
|
+
|
|
159
|
+
Each example includes a complete setup guide and demonstrates best practices for testing with TWD including ci integration.
|
|
153
160
|
|
|
154
161
|
## Contributing
|
|
155
162
|
|