Project:Map: Difference between revisions
Information about Kenshi Wiki
More actions
Created page with "== Map == *2/27 - Setting up Nuxt environment. :*Expected as: ::*SSG ::*SPA ::*Leaflet (Module) :*Initial thoughts are the tooling is great but CLI interactions are the real highlight. :*Configuration offers quite a lot of flexibility without creating a monolith upon initial setup. :*Unlikely to need anything from SSR and its qualities. Leaflet is best handled client-side. ::*However, the plan for modlist tokens means there will need to be authentication (silent) to co..." |
No edit summary |
||
| Line 6: | Line 6: | ||
::*Leaflet (Module) | ::*Leaflet (Module) | ||
:*Initial thoughts are the tooling is great but CLI interactions are the real highlight. | :*Initial thoughts are the tooling is great but CLI interactions are the real highlight. | ||
:* | :*Nuxt's on-install DX offers quite a lot of flexibility without creating a monolith upon initial setup. | ||
:*Unlikely to need anything from SSR and its qualities. Leaflet is best handled client-side. | :*Unlikely to need anything from SSR and its qualities. Leaflet is best handled client-side. | ||
::*However, the plan for modlist tokens means there will need to be authentication (silent) to communicate with user created configurations. | ::*However, the plan for modlist tokens means there will need to be authentication (silent) to communicate with user created configurations. | ||
::*Nitro's exact role is projected to be limited or on-use, if used. Need to dig here -> ''see the protected API calls and background mini-sync.'' | ::*Nitro's exact role is projected to be limited or on-use, if used. Need to dig here -> ''see the protected API calls and background mini-sync.'' | ||
Revision as of 18:04, 28 February 2025
Map
- 2/27 - Setting up Nuxt environment.
- Expected as:
- SSG
- SPA
- Leaflet (Module)
- Initial thoughts are the tooling is great but CLI interactions are the real highlight.
- Nuxt's on-install DX offers quite a lot of flexibility without creating a monolith upon initial setup.
- Unlikely to need anything from SSR and its qualities. Leaflet is best handled client-side.
- However, the plan for modlist tokens means there will need to be authentication (silent) to communicate with user created configurations.
- Nitro's exact role is projected to be limited or on-use, if used. Need to dig here -> see the protected API calls and background mini-sync.