為何捐款
API 瀏覽器
升級指南
NEW!
quasar.config 檔案
轉換為搭配 Webpack 的 CLI
瀏覽器相容性
支援 TypeScript
目錄結構
指令列表
CSS 預處理器
路由
懶載入 - 代碼分割
處理資源
啟動檔案
預先載入功能
API 代理
處理 Webpack
處理 process.env
搭配 Pinia 的狀態管理
搭配 Vuex 的狀態管理
Linter
測試與稽核
開發行動應用程式
Ajax 請求
開放開發伺服器給公眾
Quasar CLI with Webpack - @quasar/app-webpack
PWA with Typescript

In order to support PWA with Typescript, you will need to

  1. Make sure that your project is configured with Typescript.
  2. Then rename the extension for your files in /src-pwa from .js to .ts and make the necessary TS code changes.

More info: Supporting TS