软件开发集资平台项目 Bountysource

码农软件 · 软件分类 · OA办公/协作平台 · 2020-02-17 05:59:12

软件介绍

======

Bountysource 是一个软件开发集资平台项目,主要为开源软件服务。当你发现某个开源软件有bug要修复、或者新功能迫切需要添加,而原软件的进度又摇摇无期,这时你可以借助 Bountysource 在上面发布悬赏,通过付费来请其它开发者完成。

此网站目前仅开源了前端实现,就是下面看到的。网站页面渲染和路由完全通过前端JS实现,后端其实仅仅只是一个API服务器,用户浏览器和服务器之间通过API交互,仅传输纯JSON数据。

此前端实现相当于是网站的 web app,就是个angular.js应用,纯静态 HTML+JS+CSS,不需要其它 web 容器,直接扔到 nginx 之类的服务器下配置好 URL 重写即可正常访问。

主要用到的技术:

  • angular.js (javascript framework)

  • twitter-bootstrap (stylesheet framework)

  • grunt (compiling)

  • bower (web components)

  • jshint (javascript syntax checking)

  • karma (testing)

本地开发或运行:

git clone git@github.com:YOUR_GITHUB_LOGIN/frontend.git bountysource
cd bountysource
sudo npm install -g bower grunt-cli    # recommended
npm install    # installs required node.js modules into node_modules/*
bower install  # installs web components into app/components/*
grunt server   # runs grunt server on http://localhost:9000/

虽说此网站后端实现没有开源,但是官方提供了完整详细的API文档,这对研究它的这套前端应用还是非常有帮助的。

网站截图:


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


本文地址:https://www.codercto.com/soft/d/25780.html

Game Engine Architecture, Second Edition

Game Engine Architecture, Second Edition

Jason Gregory / A K Peters/CRC Press / 2014-8-15 / USD 69.95

A 2010 CHOICE outstanding academic title, this updated book covers the theory and practice of game engine software development. It explains practical concepts and techniques used by real game studios,......一起来看看 《Game Engine Architecture, Second Edition》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具