Steve Sanderson
9528dd7432
Enable TS strict mode in all templates and generally clean up TS references
2017-07-13 10:11:59 +01:00
Stephan Troyer
b8c006a3e9
Update templates to support TypeScript 'strict' mode
2017-07-13 09:22:14 +01:00
Steve Sanderson
e65ecebac6
Make templates work with nonempty baseUrls (e.g., IIS virtual directories)
2017-07-11 23:56:51 +01:00
Steve Sanderson
5dc476182c
Reference bootstrap JS in KnockoutSpa/ReactSpa/VueSpa. Fixes #846
2017-04-07 15:48:20 +01:00
SteveSandersonMS
6decb30681
Make 'counter' components use <h1> headers to be consistent with other pages
2016-12-15 16:37:29 +00:00
SteveSandersonMS
62c0680193
Make 'fetchdata' components in templates compatible with latest TypeScript compiler
2016-11-29 19:11:03 +00:00
Scott Addie
3a4936dbf7
Add '-loader' suffix to all Webpack loader references
2016-11-21 10:14:37 +00:00
SteveSandersonMS
54f222e88f
Update templates for Yarn compatibility
2016-10-28 17:36:55 +01:00
Mark Pieszak
f6d7321243
Update remaining templates to TypeScript 2 / @types / etc.
2016-10-17 11:50:31 +01:00
SteveSandersonMS
5f070daac8
In KnockoutSpa template, fix handling clicks on descendants of A elements. Fixes #273 .
2016-09-29 11:04:22 +01:00
SteveSandersonMS
3270e28b3d
Slight clean-up in KnockoutSpa's boot code
2016-09-29 10:58:41 +01:00
SteveSandersonMS
d1228dc26a
Update KnockoutSpa template to match current patterns
2016-09-28 15:04:54 +01:00
SteveSandersonMS
1ce8a2215c
In ReactSpa, use isomorphic-fetch for IE/Edge compatibility
2016-08-19 01:40:35 +01:00
SteveSandersonMS
48eb2b7a05
In KnockoutSpa, use isomorphic-fetch for IE/Edge compatibility
2016-08-19 01:08:57 +01:00
Mark Pieszak
89034b59c5
Change to mix import/require style
2016-08-18 12:21:36 -07:00
Mark Pieszak
9e714b61fe
Bug(KnockoutSpa): Router TS issue
...
TS erroring out (unable to build) due to `crossroads.normalizeFn = crossroads.NORM_AS_OBJECT;` <-- left hand assignment
```
ERROR in ./ClientApp/router.ts
(21,9): error TS2450: Left-hand side of assignment expression cannot be a constant or a read-only property.
```
2016-08-18 12:21:36 -07:00
SteveSandersonMS
7ce5f8d4ad
Remove trailing whitespace in KO template
2016-07-06 11:18:22 +01:00
SteveSandersonMS
11d4873164
Demonstrate lazy-loading for Webpack-bundled KO components
2016-03-08 17:03:09 +00:00
SteveSandersonMS
25ba7986d8
Minor fixes to KO template (bundling config and menu styling)
2016-03-08 16:08:49 +00:00
SteveSandersonMS
515c659a47
Migrate from hasher.js to history.js to support HTML5-style navigation. Also clean up the HMR support.
2016-03-08 15:56:43 +00:00
SteveSandersonMS
bbdbb449d5
Initial KnockoutSpa template
2016-03-08 12:16:22 +00:00