@reactful/create 1.2.2 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. package/README.md +7 -7
  2. package/commons/package.json +21 -21
  3. package/commons/tsconfig.json +24 -24
  4. package/index.js +148 -148
  5. package/package.json +31 -31
  6. package/templates/minimal/components/hello.tsx +8 -8
  7. package/templates/minimal/components/icon.tsx +10 -10
  8. package/templates/minimal/components/index.ts +1 -1
  9. package/templates/minimal/routes/index.tsx +7 -7
  10. package/templates/sampling/apis/auth/db.ts +14 -14
  11. package/templates/sampling/apis/auth/index.ts +27 -27
  12. package/templates/sampling/apis/hello.ts +2 -2
  13. package/templates/sampling/apis/quotes.ts +15 -15
  14. package/templates/sampling/apis/sub/index.ts +2 -2
  15. package/templates/sampling/apis/sub/sub.ts +2 -2
  16. package/templates/sampling/assets/bootstrap-icons.css +4 -4
  17. package/templates/sampling/assets/default.css +93 -93
  18. package/templates/sampling/assets/icon.svg +6 -6
  19. package/templates/sampling/assets/manifest.json +56 -56
  20. package/templates/sampling/assets/markdown.css +273 -273
  21. package/templates/sampling/assets/robots.txt +1 -1
  22. package/templates/sampling/assets/system.css +6 -6
  23. package/templates/sampling/builds/about.html +29 -29
  24. package/templates/sampling/builds/bundle.js +34763 -34763
  25. package/templates/sampling/builds/bundle.ts +20 -20
  26. package/templates/sampling/builds/clock.html +29 -29
  27. package/templates/sampling/builds/counter.html +30 -30
  28. package/templates/sampling/builds/forms/form.html +48 -48
  29. package/templates/sampling/builds/forms/index.html +48 -48
  30. package/templates/sampling/builds/hello.html +61 -61
  31. package/templates/sampling/builds/htmlx.html +26 -26
  32. package/templates/sampling/builds/htmlx.tsx +12 -12
  33. package/templates/sampling/builds/index.html +98 -98
  34. package/templates/sampling/builds/login.html +47 -47
  35. package/templates/sampling/builds/profile/index.html +54 -54
  36. package/templates/sampling/builds/quotes.html +26 -26
  37. package/templates/sampling/builds/shared.js +76 -76
  38. package/templates/sampling/builds/system.html +27 -27
  39. package/templates/sampling/components/header.tsx +6 -6
  40. package/templates/sampling/components/hello.tsx +8 -8
  41. package/templates/sampling/components/icon.tsx +10 -10
  42. package/templates/sampling/components/index.ts +2 -2
  43. package/templates/sampling/index.html +20 -20
  44. package/templates/sampling/index.ts +18 -18
  45. package/templates/sampling/routes/about.html +12 -12
  46. package/templates/sampling/routes/clock.tsx +36 -36
  47. package/templates/sampling/routes/forms/form.tsx +50 -50
  48. package/templates/sampling/routes/hello.tsx +58 -58
  49. package/templates/sampling/routes/htmlx.html +14 -14
  50. package/templates/sampling/routes/index.md +14 -14
  51. package/templates/sampling/routes/login.tsx +35 -35
  52. package/templates/sampling/routes/profile/detail.css +12 -12
  53. package/templates/sampling/routes/profile/detail.tsx +47 -47
  54. package/templates/sampling/routes/profile/index.tsx +13 -13
  55. package/templates/sampling/routes/profile/profile.css +8 -8
  56. package/templates/sampling/routes/profile/tester.tsx +10 -10
  57. package/templates/sampling/tests/access.spec.ts +29 -29
  58. package/templates/sampling/tests/counter.spec.ts +18 -18
  59. package/templates/sampling/tests/form.spec.ts +50 -50
  60. package/templates/sampling/tests/hello.spec.ts +24 -24
  61. package/templates/sampling/tests/path.test.ts +19 -19
  62. package/vscode/launch.json +8 -8

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.