Commit Graph

164 Commits

Author SHA1 Message Date
Alexandre d59533759a Merge pull request #67 from NicolaiVdS/master
Change old solid-app-router to the new @solidjs/router
2022-11-29 17:05:19 +01:00
Alexandre 68405a9835 Merge pull request #73 from onsclom/master
Add jsconfig file to js templates
2022-11-29 17:04:59 +01:00
Alexandre bdb7ac0c5f Merge pull request #74 from atk/update-vitest-templates
Update vitest templates
2022-11-29 17:04:36 +01:00
Alex Lohr 28ebc31924 Update vitest templates 2022-11-21 21:31:03 +01:00
Austin Merrick 7bb2e0ec6e Add jsconfig files to js templates 2022-11-15 21:55:22 -08:00
Nicolai Van der Storm 07c295f8c7 Change old solid-app-router to the new @solidjs/router 2022-10-07 11:18:31 +02:00
Alexandre 8671428a75 Merge pull request #53 from RitamChakraborty/master
Update README to fix Javascript + vitest template heading
2022-08-27 11:27:17 +02:00
Alexandre Mouton-Brady 733b6cdf77 🔥 Remove unnecessary postinstall scripts and config (fix #61 and #50) 2022-08-27 11:26:19 +02:00
Alexandre 93c0b7eca8 Merge pull request #52 from amorimr/fix-vitest-run
fix: update vite config on templates using vitest
2022-08-27 11:16:12 +02:00
Alexandre a0b5adf6c8 Merge pull request #49 from atk/fix-ts-vitest-installation
fix: ts-vitest-installation
2022-08-27 11:15:11 +02:00
Alexandre e80142aab0 Merge branch 'master' into fix-ts-vitest-installation 2022-08-27 11:14:35 +02:00
Alexandre 5fab95f2d2 Merge pull request #55 from mathieuprog/master
Add missing type assertion
2022-08-27 11:12:42 +02:00
Alexandre 3e54ae64bc Merge pull request #54 from sacarvy/patch-1
Added the tailwindcss Typescript Support
2022-08-27 11:11:44 +02:00
Alexandre Mouton-Brady ed3b9bc040 ⬆️ Update all the dependencies to latest 2022-08-27 11:10:47 +02:00
Alexandre Mouton-Brady ed0772c518 ⬆️ update dependencies to latest 2022-07-14 11:56:12 +02:00
mathieuprog 8371115886 Add missing type assertions 2022-06-29 14:31:53 +02:00
mathieuprog 87208b56fa Add missing type assertion 2022-06-29 14:12:57 +02:00
Divyamrit 4922797a9a Added the tailwindcss Typescript Support 2022-06-19 10:03:21 +05:30
Ritam Chakraborty 3869e346d2 Update README to fix Javascript + vitest template heading 2022-06-13 17:37:40 +00:00
Raquel Amorim d4acc95e3e add solid-testing library to js-vite template 2022-06-12 20:55:07 -04:00
Raquel Amorim 0c65f75b25 add solid-testing-library as an inline dependency 2022-06-12 20:46:22 -04: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
Alex Lohr 1f2f934205 fix: ts-vitest-installation 2022-05-19 21:30:06 +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