Skip to content

SSMOLab/Insurance-Policy-Template

Repository files navigation

Insurance-Policy-Template

SSMOLab 個性化保單模板

線上展示Demo

image

技術規範

安裝執行專案

1. 確認安裝 Node.js 環境

2. 複製專案到本機電腦

$ git clone https://github.com/SSMOLab/Insurance-Policy-Template

3. 執行後端服務

動態資料與圖檔皆存放於 app/publc/ 內,需先切換目錄至 app/ 後以 npm run start 執行後端服務才可取得。

cd app
npm install
npm run start

4. 執行前端

npm install
npm run serve

License

Insurance-Policy-Template is free software and GPLv3 licensed. See the LICENSE file for details.