VUE SSR的相关资料不多, 最全面的demo就是官方的 vue-hackernews-2.0 . 因为各种版本的 hackernews clone 看的太多了,也有点审美疲劳 . 所以有了 beauty-enjoy/beauty 这个Repo
- 先从 dbmeinv.com 上爬取了数据源,分类存储到firebase中 , 并且保持实时更新 这部分repo是beauty-enjoy/dbmeinv-firebase-api
- 然后参考了现有的一些ssr项目 , 利用 beauty-enjoy/dbmeinv-firebase-api 完成了beauty-enjoy/beauty 这个Repo
# local develop
npm run dev
# build for production
npm run build
# production server
npm run start
- Data: dbmeinv-firebase-api firebase server
- JS: vue vuex
- UI: bulma
- SERVER: now.sh
- Other Excellent library
- upgrade to SSR
- add cache for api
- list all girls page
- list all location page
- add commit to posts
Netpi Chen Founder for this repo |