Commit Graph

4 Commits

Author SHA1 Message Date
Kasper Seweryn de4bf0a5bb
Add PWA support 2022-06-26 08:55:51 +02:00
Kasper Seweryn 41703f838f
Remove '@/' 2022-06-26 08:54:53 +02:00
Kasper Seweryn d9ef5a9b6b
Cleanup a lot of stuff
I've replaced `lodash` with `lodash-es`, so it can be tree-shaken

`~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff

`~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
2022-06-26 08:49:47 +02:00
Kasper Seweryn c151727424
Add script setup and typescript config 2022-06-26 08:44:53 +02:00