Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beauty-enjoy/beauty
👙 VUE + VUEX + FIREBASE + BULMA … 实现的 SPA SSR 同构项目 - Tinder美女/豆瓣美女合集
https://github.com/beauty-enjoy/beauty
beauty firebase ssr vue vuessr vuex website
Last synced: 2 months ago
JSON representation
👙 VUE + VUEX + FIREBASE + BULMA … 实现的 SPA SSR 同构项目 - Tinder美女/豆瓣美女合集
- Host: GitHub
- URL: https://github.com/beauty-enjoy/beauty
- Owner: beauty-enjoy
- Created: 2017-02-28T09:57:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T14:36:09.000Z (over 7 years ago)
- Last Synced: 2024-08-02T09:25:27.624Z (5 months ago)
- Topics: beauty, firebase, ssr, vue, vuessr, vuex, website
- Language: JavaScript
- Homepage: https://beauty.now.sh
- Size: 228 KB
- Stars: 436
- Watchers: 16
- Forks: 91
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - beauty - enjoy/beauty?style=social) - 豆瓣美女clone (Demo示例)
- awesome-github-vue - beauty - 豆瓣美女clone (Demo示例)
- awesome-github-vue - beauty - 豆瓣美女clone (Demo示例)
- awesome - beauty - 豆瓣美女clone (Demo示例)
README
WHY
> VUE SSR的相关资料不多, 最全面的demo就是官方的 [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0) . 因为各种版本的 hackernews clone 看的太多了,也有点审美疲劳 . 所以有了 [beauty-enjoy/beauty](https://github.com/beauty-enjoy/beauty) 这个Repo
DO
* 先从 [dbmeinv.com](http://dbmeinv.com) 上爬取了数据源,分类存储到firebase中 , 并且保持实时更新 这部分repo是[beauty-enjoy/dbmeinv-firebase-api](https://github.com/beauty-enjoy/dbmeinv-firebase-api)
* 然后参考了现有的一些ssr项目 , 利用 [beauty-enjoy/dbmeinv-firebase-api](https://github.com/beauty-enjoy/dbmeinv-firebase-api) 完成了[beauty-enjoy/beauty](https://github.com/beauty-enjoy/beauty) 这个Repo
Preview
![](https://olxvlcccu.qnssl.com/blog/y96bi.jpg?imageslim)
Develop
```sh
# local develop
npm run dev
# build for production
npm run build
# production server
npm run start
```Related Repo
* Data: [dbmeinv-firebase-api](https://github.com/beauty-enjoy/dbmeinv-firebase-api) [firebase server](https://firebase.google.com/docs/server/setup)
* JS: [vue](https://github.com/vuejs/vue) [vuex](https://github.com/vuejs/vuex)
* UI: [bulma](https://github.com/jgthms/bulma)
* SERVER: [now.sh](https://now.sh)
* [Other Excellent library](https://github.com/beauty-enjoy/beauty/blob/master/package.json)TODO
- [x] upgrade to SSR
- [ ] add cache for api
- [ ] list all girls page
- [ ] list all location page
- [ ] add commit to postsCore Team
Founder for this repo