File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ gem "js-routes"
16
16
17
17
There are several possible ways to setup JsRoutes:
18
18
19
- * [ Quick and easy] ( #quick-start ) - Recommended
19
+ 1 . [ Quick and easy] ( #quick-start ) - Recommended
20
20
* Uses Rack Middleware to automatically update routes locally
21
21
* Automatically generates routes files on javascript build
22
22
* Works great for a simple Rails application
23
- * [ Advanced Setup] ( #advanced-setup )
23
+ 2 . [ Advanced Setup] ( #advanced-setup )
24
24
* Allows very custom setups
25
25
* Automatic updates need to be customized
26
- * [ Webpacker ERB Loader] ( #webpacker ) - Legacy
26
+ 3 . [ Webpacker ERB Loader] ( #webpacker ) - Legacy
27
27
* Requires ESM module system (the default)
28
28
* Doesn't support typescript definitions
29
- * [ Sprockets] ( #sprockets ) - Legacy
29
+ 4 . [ Sprockets] ( #sprockets ) - Legacy
30
30
* Deprecated and not recommended for modern apps
31
31
32
32
<div id =' quick-start ' ></div >
You can’t perform that action at this time.
0 commit comments