All Projects → nuxt-community → Koa Template

nuxt-community / Koa Template

Starter template for Nuxt.js with KoaJS.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Koa Template

Naice Blog
😺 新的博客上线啦
Stars: ✭ 93 (-75.13%)
Mutual labels:  nuxt, koa
koahub-cli
KoaHub CLI -- KoaHub.js的开发工具,自动babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。
Stars: ✭ 16 (-95.72%)
Mutual labels:  koa, koajs
Herostory
王者荣耀故事站--小程序
Stars: ✭ 115 (-69.25%)
Mutual labels:  nuxt, koa
Doodoo.js
Doodoo.js -- 中文最佳实践Node.js Web快速开发框架,支持Koa.js, Express.js中间件。
Stars: ✭ 57 (-84.76%)
Mutual labels:  koa, koajs
polix
🚀 Node.js Web Framework
Stars: ✭ 32 (-91.44%)
Mutual labels:  koa, koajs
Koach Javascript
Production ready Koa2 boilerplate.
Stars: ✭ 79 (-78.88%)
Mutual labels:  koa, koajs
koa-subdomain
Simple and lightweight Koa middleware to handle multilevel and wildcard subdomains
Stars: ✭ 23 (-93.85%)
Mutual labels:  koa, koajs
Koajs Design Note
《Koa.js 设计模式-学习笔记》已完结 😆
Stars: ✭ 520 (+39.04%)
Mutual labels:  koa, koajs
restria
Entria's REST API boilerplate
Stars: ✭ 25 (-93.32%)
Mutual labels:  koa, koajs
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (-91.71%)
Mutual labels:  koa, koajs
Koahub Demo
koahub+async/await+mysql
Stars: ✭ 15 (-95.99%)
Mutual labels:  koa, koajs
egg-nuxt
The Nuxt plugin for eggjs
Stars: ✭ 23 (-93.85%)
Mutual labels:  koa, nuxt
Koa Typeorm Starter
Starter project for using koa with TS and TypeORM
Stars: ✭ 23 (-93.85%)
Mutual labels:  koa, koajs
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (-49.73%)
Mutual labels:  koa, koajs
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+137.17%)
Mutual labels:  koa, koajs
Nuxt Juejin Project
仿掘金web网站,使用服务端渲染。主要技术:nuxt + koa + vuex + axios + element-ui 。
Stars: ✭ 209 (-44.12%)
Mutual labels:  nuxt, koa
Koa2 Note
《Koa2进阶学习笔记》已完结🎄🎄🎄
Stars: ✭ 4,725 (+1163.37%)
Mutual labels:  koa, koajs
koa
A golang framework like koa.js and has the best performance with net/http.
Stars: ✭ 30 (-91.98%)
Mutual labels:  koa, koajs
egg-nuxt-blog
Nuxt.js(web端) + Egg.js(api 服务) + Vue.js(管理后台)+ ElementUI(通用组件库)服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 16 (-95.72%)
Mutual labels:  nuxt, koajs
Koahub
KoaHub.js -- 中文最佳实践Node.js Web快速开发框架。支持Koa.js, Express.js中间件。当前项目已停止维护,推荐使用Doodoo.js
Stars: ✭ 308 (-17.65%)
Mutual labels:  koa, koajs

Nuxt.js with Koa

KoaJS + Nuxt.js = ⚡️

Installation

This is a project template for vue-cli.

vue init nuxt-community/koa-template <project-name>
cd <project-name> # move to your project
npm install # or yarn install*[see note below]

Make sure to use a version of vue-cli >= 2.1 (vue -V).

*Note: Due to a bug in yarn's engine version detection code if you are using a prerelease version of Node (i.e. v7.6.0-rc.1) you will need to either:

  1. Use npm install
  2. Run yarn with a standard release of Node and then switch back

Commands

Command Description
npm run dev Start KoaJS server in development with Nuxt.js in dev mode (hot reloading). Listen on http://localhost:3000.
npm run build Build the nuxt.js web application for production.
npm start Start KoaJS server in production.

Documentation

Licenses

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