Skip to content

無密碼式身分認證系統。A passwordless authentication system. [網頁客戶端/Web Client]

License

Notifications You must be signed in to change notification settings

web-tech-tw/sara

Repository files navigation

Sara

網頁客戶端 | 伺服器端

系統架構

本系統採用 vue.js 打造,推薦於 node.js 18 以上版本開發與編譯本系統。

系統設定

安裝相依套件

本專案使用 Node.js 作為開發環境,請先安裝 Node.js。

該指令會安裝專案所需的相依套件。

npm install

開發除錯模式

該指令會啟動開發除錯模式,可配合瀏覽器進行開發。當網頁變動時,會自動重新載入。

npm run dev

正式產品模式

該指令會將專案編譯成正式產品模式,壓縮檔案並進行最佳化,最後輸出至 dist 目錄。

npm run build

開放原始碼授權

本專案採用 MIT 開放原始碼授權。

詳細可參閱 LICENSE 檔案。


© Taiwan Web Technology Promotion Organization

About

無密碼式身分認證系統。A passwordless authentication system. [網頁客戶端/Web Client]

Resources

License

Stars

Watchers

Forks