Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airingursb/sophia
👩⚖️ Sophia:哲学知识共享社区(Built by Vue)
https://github.com/airingursb/sophia
vue vue-cli vue-router vuex
Last synced: 5 days ago
JSON representation
👩⚖️ Sophia:哲学知识共享社区(Built by Vue)
- Host: GitHub
- URL: https://github.com/airingursb/sophia
- Owner: airingursb
- Created: 2017-07-21T04:10:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:27:48.000Z (11 months ago)
- Last Synced: 2023-12-15T18:34:28.851Z (11 months ago)
- Topics: vue, vue-cli, vue-router, vuex
- Language: Vue
- Homepage:
- Size: 1.49 MB
- Stars: 32
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sophia:哲学知识共享社区
> * 线上地址:[https://sopher.group](https://sopher.group)
![](http://airing.ursb.me/image/cover/sophia-shot.png)
## Platform
1. [Chrome App 下载](https://chrome.google.com/webstore/detail/sophia/fdcjoploijfcbdkbjlnnpkianblaghmi)
2. [MacOS App 下载](http://airing.ursb.me/app/Sophia%20for%20Mac.zip)
3. [Windows 应用下载](http://airing.ursb.me/app/Sophia%20for%20Win.zip)
4. [Linux App 下载](http://airing.ursb.me/app/Sophia%20for%20Linux.zip)> 注:目前暂不适配移动端。
## GitHub
* 前端:[https://github.com/airingursb/sophia](https://github.com/airingursb/sophia)
* 服务端:[https://github.com/airingursb/sophia-back-end](https://github.com/airingursb/sophia-back-end)
## Technology
* 前端:vue-cil + vue2 + vuex + vue-router
* 服务端:express + sequelize
* 服务器环境:ubuntu14.04 + nginx + mysql + nodejs + pm2
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).