All Projects → superalsrk → Koa2 Boilerplate

superalsrk / Koa2 Boilerplate

Enhanced koa2 boilerplate in ES7 with Babel http://koa2-boilerplate.tarax.cn/

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Koa2 Boilerplate

Vue Webpack Config
Koa2、Webpack、Vue、React、Node
Stars: ✭ 151 (-32.29%)
Mutual labels:  koa2
Wind Layer
🎏 🚀 wind-layer | a openlayers && amap && bmap && leaflet && mapbox-gl extension to windjs
Stars: ✭ 188 (-15.7%)
Mutual labels:  koa2
React Ssr
React 服务端渲染(SSR),react + redux + koa2 + sequelize + mysql全栈项目(Full Stack)
Stars: ✭ 205 (-8.07%)
Mutual labels:  koa2
Koa Session2
Middleware for Koa2 to get/set session
Stars: ✭ 156 (-30.04%)
Mutual labels:  koa2
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (-21.52%)
Mutual labels:  koa2
Video Admin
node+koa2+mysql
Stars: ✭ 192 (-13.9%)
Mutual labels:  koa2
Yn
Yank Note 一款面向程序员的 Markdown 笔记应用。支持加密文档,代码片段运行,内置终端,图表嵌入,HTML 小工具。
Stars: ✭ 143 (-35.87%)
Mutual labels:  koa2
Koa Webpack Middleware
webpack dev&hot middleware for koa2
Stars: ✭ 215 (-3.59%)
Mutual labels:  koa2
Blog Service
blog service @nestjs
Stars: ✭ 188 (-15.7%)
Mutual labels:  koa2
Vue Mall Mobile
🔥 vue + koa + mongodb 搭建 mobile web 商城 (End。。。)
Stars: ✭ 201 (-9.87%)
Mutual labels:  koa2
Koa Hbs
Handlebars templates for Koa.js
Stars: ✭ 156 (-30.04%)
Mutual labels:  koa2
Github Ranking
🔍GitHub不同语言热门项目排行,Vue.js做页面展示
Stars: ✭ 160 (-28.25%)
Mutual labels:  koa2
Egg Core
A core Pluggable framework based on koa.
Stars: ✭ 194 (-13%)
Mutual labels:  koa2
Nobita
Nobita 是一个基于Koa而诞生的一款框架。
Stars: ✭ 152 (-31.84%)
Mutual labels:  koa2
Bilibili Vue
前端vue+后端koa,全栈式开发bilibili首页
Stars: ✭ 2,590 (+1061.43%)
Mutual labels:  koa2
Koa Restful Boilerplate
Koa 2 RESTful API boilerplate
Stars: ✭ 146 (-34.53%)
Mutual labels:  koa2
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (-15.7%)
Mutual labels:  koa2
Koa Ts
The best practice of building Koa2 with TypeScript
Stars: ✭ 220 (-1.35%)
Mutual labels:  koa2
Next Blog
基于react(ssr)服务端框架next.js和antd-design搭建的个人博客
Stars: ✭ 214 (-4.04%)
Mutual labels:  koa2
Koa Web Kit
🚀A Modern, Production-Ready, and Full-Stack Node Web Framework with React
Stars: ✭ 199 (-10.76%)
Mutual labels:  koa2

koa2-boilerplate

MIT node version docker build

This boilerplate shows ways to

  • Use mysql in Koa2
  • CORS Ajax request
  • Ajax Login and Ajax Logout in Koa2, based on koa-passport and passport-local
  • Export excel in Koa2, based on excel-export
  • Serve static files in Koa2
  • Integrate with Redux App
  • Use charts(D3.js, Echarts, plot) library in Redux App
  • Deploy Koa2 app with docker

Preview

Online Demo

Usage

$ npm install 

# Start application
$ npm run dev

# Run test cases
$ npm run test

# Generate test report
$ npm run report

You can also use docker to start this boilerplate

$ docker pull superalsrk/koa2-boilerplate
$ docker run -d -p 5000:5000 superalsrk/koa2-boilerplate

Develop & Deploy

Screenshots

  • Login Page

Login Page

  • Dashboard

Dashboard

License

MIT

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].