Beauty
👙 VUE + VUEX + FIREBASE + BULMA … 实现的 SPA SSR 同构项目 - Tinder美女/豆瓣美女合集
Install / Use
/learn @beauty-enjoy/BeautyREADME
<div align="center">
<a href="https://beauty.now.sh ">
<img width="200" heigth="200" src="https://olxvlcccu.qnssl.com/blog/1b1yv.png?imageslim">
</a>
<h1>Beauty</h1>
<p>
这是一个 VUE + VUEX + FIREBASE + BULMA … 实现的 SPA SSR项目 <br/>
<a href="https://beauty.now.sh " target="__blank" > live demo</a>
<p>
</div>
<h2 align="center">WHY</h2>
<h2 align="center">DO</h2>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
<h2 align="center">Related Repo </h2>
- Data: dbmeinv-firebase-api firebase server
- JS: vue vuex
- UI: bulma
- SERVER: now.sh
- Other Excellent library
- [x] upgrade to SSR
- [ ] add cache for api
- [ ] list all girls page
- [ ] list all location page
- [ ] add commit to posts
