76573dc37869923e01f4e11b53176c21de8b5fed
This repo is for content hosted at djledda.net
The basic idea is that the /app folder contains shared files (in the root)
and separate Vue apps (each folder) whose code doesn't need to be built and can
be run in SSR mode or sent to the client directly, transpiled on the fly using
Deno's built in transpilation API.
Structure
/app/contains shared files and individual vue apps ('sites')/app/<site>/client.tsis the javascript entry point for the client/app/<site>/server.tsis the javascript entry point for the server/public/contains static files publicly available using the same folder structure over HTTP/public/homeand/app/homewill be remapped to root requests: a request to/img/*is retrieved from/public/home/img/*
Description
Languages
HTML
94.8%
WebAssembly
2.1%
TypeScript
1.9%
JavaScript
1%
CSS
0.2%