Lifeline is a single page web application that allows you to select dependencies from endoflife.date and view important information about them in an all-in-one easy-to-use dashboard. Read more info here!
For the ready-to-use version, just click here!
Sure, if you want! All data is stored on your browser, so only static web application hosting (GitHub Pages, S3 Bucket) is needed. However, if you make any modifications to it, you must make it clear that the instance that you are hosting has been modified. You also must publish all of your changes.
I use vite with vue and bun, so make sure you have bun installed.
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
See Vite Configuration Reference.
bun installbun devbun buildLint with ESLint
bun lint