https://g0v.github.io/summit2018/static/api
提供 2018 summit 官網上就有的各種資料,如果你覺得官網上有不該出現的資訊,或這裡的資料有不應該出現的欄位,請不吝聯絡 g0v 討論/指教: g0v-summit-committee-2018@googlegroups.com 。
p.s. 會加這個文件主要是為了避免有人覺得「雖然是網站前端就有的資料,如果可以用 json 的格式拿到叫做安全漏洞」,所以加了這份文件把它變成 feature,不是很有用的一套 API。but still, like open source project always says, 'We are excited about what you will(can) build with it!'
-
到 Airtable 資料庫 更新相關資料、圖片。編輯權限請到 slack 工作群組裡找邀請連結或私訊 @choznerol
-
網站每天會自動更新一次(通常是凌晨 4 點),如果要馬上更新,可以到 Travis CI 的 Build 頁面 點選 trigger build、確認,跑完後等待 2~5 分鐘網站上就會更新囉
# 安裝套件
yarn
# 抓取 Airtable 上的議程、講者等資料
AIRTABLE_KEY_G0V_SUMMIT_2018=<Your_key_for_Airtable> yarn pull_airtable
# 在 localhost:8080 跑 dev server 開發
yarn dev
node_modules
static
src
|-assets
|-components 可重複使用的 Component
|-pages
|-views 無法重複使用的 Component
|-router
|-App.vue
`-main.js
package.json
404.html GitHub Page 上 SPA 的非根目錄網址會 404 的 workaround,詳見 rafrex/spa-github-pages
.travis.yml
vue webpack 模板文檔:vuejs-templates/webpack
本專案 follow Vue.js 官方風格指南 ,commit message 格式可以參考這裏,master 盡量以 merge 自己的 branch 代替直接 commit