API 浏览器
Quasar CLI with Webpack - @quasar/app-webpack
Typescript 的 SSR

为了支持使用 Typescript 的 SSR,你需要将 /src-ssr 中的所有文件从 .js 重命名为 .ts,并进行必要的 TS 代码更改。

¥In order to support SSR with Typescript, you will need to rename all your files in /src-ssr from .js to .ts and make the necessary TS code changes.