All Projects → webpack-china → harpers

webpack-china / harpers

Licence: other
A forum app written by node & thinkJS

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
Nginx
273 projects

Projects that are alternatives of or similar to harpers

Douban
Awesome douban DEMO created with Vue2.x + Vuex + Vue-router + Superagent
Stars: ✭ 2,324 (+19266.67%)
Mutual labels:  webpack2
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+1850%)
Mutual labels:  webpack2
Angular4-boilerplate-webpack2
Clean Angular Boilerplate with webapack 2
Stars: ✭ 17 (+41.67%)
Mutual labels:  webpack2
React Cordova Boilerplate
TodoMVC example for react with development tools to build a cordova application
Stars: ✭ 206 (+1616.67%)
Mutual labels:  webpack2
Fast Sass Loader
High performance sass loader for webpack
Stars: ✭ 229 (+1808.33%)
Mutual labels:  webpack2
Login
Vue + Vue-router + Vuex 实现前端页面及逻辑,Express 实现注册登录登出的RestFul API 。
Stars: ✭ 246 (+1950%)
Mutual labels:  webpack2
Docker Django Webpack Skeleton
Django Skeleton W/ Docker Dev & Production W/ Webpack 2 W/ BabelJS W/ Sass W/ PostgreSQL
Stars: ✭ 191 (+1491.67%)
Mutual labels:  webpack2
cicada
Favorite article collections system
Stars: ✭ 91 (+658.33%)
Mutual labels:  thinkjs
Generator Chrome Extension Kickstart
Scaffold out a Web Extension http://yeoman.io
Stars: ✭ 232 (+1833.33%)
Mutual labels:  webpack2
Cloud-Music
网易云音乐Vue版本,Vue + Vuex + Webpack2 + Vue-router
Stars: ✭ 18 (+50%)
Mutual labels:  webpack2
Webpack Book
From apprentice to master (CC BY-NC-ND)
Stars: ✭ 2,372 (+19666.67%)
Mutual labels:  webpack2
Webpack Chain
A chaining API to generate and simplify the modification of Webpack configurations.
Stars: ✭ 2,821 (+23408.33%)
Mutual labels:  webpack2
Suddi.github.io
A static single-page application resume-builder developed using React.js and JSON Resume schema (https://suddi.io/)
Stars: ✭ 246 (+1950%)
Mutual labels:  webpack2
String Replace Loader
Replace loader for Webpack
Stars: ✭ 205 (+1608.33%)
Mutual labels:  webpack2
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (+175%)
Mutual labels:  webpack2
X Blog
个人博客
Stars: ✭ 197 (+1541.67%)
Mutual labels:  webpack2
Django Vuejs Tutorial
A tutorial to integrate Vue.js with django
Stars: ✭ 242 (+1916.67%)
Mutual labels:  webpack2
tech1-temple-javascript
JavaScript Proofs of Concepts repository. No Longer Supported
Stars: ✭ 61 (+408.33%)
Mutual labels:  webpack2
react-flight-indicators
Lightweight and simple Flight instruments/indicators written in React.
Stars: ✭ 16 (+33.33%)
Mutual labels:  webpack2
elm-bootstrap-webpack-starter
A simple Webpack 2 setup for writing Elm apps with elm-bootstrap.
Stars: ✭ 14 (+16.67%)
Mutual labels:  webpack2

Harpers

Installation

  1. Import database by .sql file in /db.

  2. Update database configuration in /src/common/config/db.js.

// step1: 
mysql -u root -p 

// step2: 
create database harpers;

// step3:
exit;

// step4:
cd db
mysql -uroot -p harpers < harpers_2017-02-09.sql

  1. Set github login auth key in /src/common/env/development.js.

    Github redirect uri will like xxx.com/api/user?_method=post&type=github.

// step1:
https://github.com/settings/applications/new

// step2: 
Application name: harpers
Homepage URL: http://localhost
Authorization callback URL: http://local.webpack-china.org/api/user?_method=post&type=github

// step3:
fill Client ID and Client Secret and redirect_uri (Authorization callback URL) in `/src/common/env/development.js`.
  1. Run npm start, open http://local.webpack-china.org:9000/

  2. Visit http://local.webpack-china.org:9000/api/user?_method=post&type=github to login

API Documentation

Open xxx.com/doc/index.html, like http://local.webpack-china.org/doc/index.html

Contribution

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].