application.ts 1.0.1 → 1.0.2

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 +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A lightweight, dependency-free except template.ts and stackview.ts TypeScript framework for building single-page applications (SPAs) with pure vanilla JavaScript and CSS. No build tools required, just modern web standards.
4
4
 
5
+ **[📺 Live Examples →](http://app.dev.xoboto.com/)**
6
+
5
7
  ## What is Application.Ts?
6
8
 
7
9
  Application.Ts is a minimalist SPA framework that combines:
@@ -293,6 +295,8 @@ Use in templates:
293
295
 
294
296
  ## Examples
295
297
 
298
+ **[🚀 View Live Examples](http://app.dev.xoboto.com/)**
299
+
296
300
  Explore the `/examples` folder for complete working examples:
297
301
 
298
302
  - **Minimal** - The simplest possible app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "application.ts",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Simplified Web SPA app framework with vanilla JavaScript and CSS",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",