Ritam Chakraborty
3869e346d2
Update README to fix Javascript + vitest template heading
2022-06-13 17:37:40 +00:00
Dan Jutan
492c5a21b0
Merge pull request #48 from faassen/master
...
Add a template for ts-jest
2022-05-25 09:12:07 -04:00
Alexandre Mouton-Brady
c9ea47712c
⬆️ Update dependencies
2022-05-21 00:19:52 +02:00
Martijn Faassen
7bcb675dc2
Add a template for ts-jest
2022-05-11 12:14:55 +02:00
Alexandre Mouton-Brady
332b634e76
⬆️ Update dependencies
2022-03-25 19:39:49 +01:00
Alexandre
a6cbd4d563
Merge pull request #44 from Vulxan/fix/router-template-err
...
fix: router template uses obsolete useData
2022-03-25 19:35:36 +01:00
Alexandre
1a6e720e2f
Merge pull request #45 from atk/js-vitest
...
js-vitest template
2022-03-25 19:35:12 +01:00
Alex Lohr
5930402172
js-vitest template
...
small update for fix-jest-dom
2022-03-14 21:39:38 +01:00
Vulxan
965f400f43
fix: router template uses obsolete useData
2022-03-12 14:31:26 +08:00
Alexandre Mouton-Brady
a29501c437
⬆️ Update dependencies
2022-03-12 00:11:43 +01:00
Alexandre
a243007388
Merge pull request #40 from atk/ts-vitest
...
ts-vitest starter template
2022-03-11 15:37:45 +01:00
Alexandre
af5706903a
Merge pull request #43 from dsernst/patch-1
...
Readme Typo: "Copy on of" -> "Copy one of"
2022-03-11 15:37:21 +01:00
David Ernst
f52f45aba8
Typo: "Copy on of" -> "Copy one of"
2022-03-11 00:39:36 -08:00
Alex Lohr
ded9af3dfb
ts-vitest starter template
2022-03-10 10:32:38 +01:00
Ryan Carniato
0afdc67abe
Merge pull request #39 from atk/ts-uvu
...
ts-uvu starter template
2022-03-10 01:14:53 -08:00
Ryan Carniato
9aa71d2bec
Merge pull request #41 from JoshuaHall/master
...
Add `"isolatedModules": true`, `"noEmit": true`, update dependencies
2022-03-10 01:14:23 -08:00
Ryan Carniato
d25bc1046b
Merge pull request #42 from ptb/patch-1
...
First argument to render should be a function
2022-03-10 01:13:34 -08:00
Ryan Carniato
5ec8700cb4
Merge pull request #36 from youssefm/patch-2
...
Fix template text in ts-windicss
2022-03-10 01:11:54 -08:00
Ryan Carniato
35049c4d1b
Merge pull request #35 from youssefm/patch-1
...
Fix template text in ts-tailwindcss
2022-03-10 01:11:19 -08:00
Peter T Bosse II
7d4049c189
Update index.jsx
...
According to https://www.solidjs.com/guides/rendering#entry
> The first argument needs to be a function. Otherwise we can't properly track and schedule the reactive system. This simple ommission will cause your Effects not to run.
2022-03-07 19:51:25 -05:00
Joshua Hall
81470e6a58
Recursively updated dependencies, added noEmit: true to all tsconfig.jsons for consistency
2022-03-07 11:47:10 -06:00
Joshua Hall
c8d8ea44cf
Add isolatedModules: true to every tsconfig.json https://vitejs.dev/guide/features.html#typescript-compiler-options
2022-03-07 11:22:22 -06:00
Alex Lohr
254d459f16
ts-uvu starter template
2022-03-07 10:11:30 +01:00
Youssef Moussaoui
11b403f2ff
Update App.tsx
2022-02-23 11:28:12 -08:00
Youssef Moussaoui
efa711c520
Update App.tsx
2022-02-23 11:27:42 -08:00
Alexandre
bec3c487cc
Merge pull request #33 from danielo515/patch-2
...
add do not emit to tsconfig.json
2022-02-20 10:26:55 +01:00
Alexandre
7372e312a8
Merge pull request #32 from danielo515/patch-1
...
Update App.tsx on windi css template
2022-02-20 10:26:27 +01:00
Alexandre
fbf5c616a4
Merge pull request #28 from deleonio/feature/add-a-unocss-template
...
feat: add a minimal unocss template
2022-02-20 10:25:09 +01:00
Alexandre Mouton-Brady
ab5a138840
⬆️ Update solid to latest
2022-02-10 16:49:15 +01:00
Alexandre Mouton-Brady
154778e84d
🐛 Add /* @refresh reload */
2022-02-10 16:48:33 +01:00
Daniel Rodríguez Rivero
658e9655d4
Update tsconfig.json
2022-02-10 10:12:11 +01:00
Alexandre Mouton-Brady
99ab328aa2
⬆️ Update dependencies
2022-02-09 22:54:09 +01:00
Daniel Rodríguez Rivero
05c183c472
Update App.tsx
2022-02-04 19:15:38 +01:00
Martin Oppitz
3bd2a41438
feat: add a minimal unocss template
2022-02-01 02:22:34 +01:00
Alexandre Mouton-Brady
1b9295413b
⬆️ Update dependencies to latest
2022-01-26 20:46:57 +01:00
Alexandre Mouton-Brady
1543ec0c52
⬆️ Update dependencies
2022-01-24 22:04:10 +01:00
Alexandre
f51e9442d6
Merge pull request #26 from arnaugomez/feature/25-sass-template
...
Feature/25 sass template
2022-01-16 05:55:11 -08:00
Arnau Gómez
5c26ea4403
feat(readme): add instructions to install ts-sass template
2022-01-15 20:30:47 +01:00
Alexandre Mouton-Brady
d41ec37ea1
📝 Improve the README of the router tempalte ( fix #27 )
2022-01-11 23:02:34 +01:00
Alexandre Mouton-Brady
8d71ed1ee4
✨ Add data fetching on the about page
2022-01-11 23:01:56 +01:00
Alexandre Mouton-Brady
6c03842fb0
⬆️ Update dependencies
2022-01-11 22:21:59 +01:00
Arnau Gómez
c9dd50b8cd
chore(sass template): update pnpm lock
2022-01-09 14:26:05 +01:00
Arnau Gómez
99ee4b2617
feat(sass template): change header text
2022-01-09 14:23:42 +01:00
Arnau Gómez
62fb3be1aa
feat: create new sass template
2022-01-09 14:21:21 +01:00
Alexandre Mouton-Brady
31fe5149cf
⬆️ Update to solid@1.3
2022-01-06 21:05:14 +01:00
Alexandre Mouton-Brady
f380e42b09
🔧 Add some extra default tailwindcss config
2021-12-24 22:49:40 +01:00
Alexandre
b4c44872f9
Merge pull request #24 from dharmaturtle/patch-1
...
Tailwind template fix
2021-12-24 22:48:08 +01:00
Alexandre
216a4ba8eb
Merge branch 'master' into patch-1
2021-12-24 22:46:55 +01:00
Alexandre Mouton-Brady
ccb0d1a718
🎨 Run prettier on all files ( fix #21 )
2021-12-24 22:42:17 +01:00
Alexandre Mouton-Brady
d8d2c5b2af
➕ Add prettier with basic config
2021-12-24 22:41:47 +01:00