# koa-blog **Repository Path**: mirrors_sudoconf/koa-blog ## Basic Information - **Project Name**: koa-blog - **Description**: 利用koa搭建一个大气美观的博客,顺带重点学习es6/7的语法。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # koa-blog 利用koa搭建一个大气美观的博客,顺带重点学习es6/7的语法。 ###What is this? This is a simple koa2.0 application template. ###Pulgin - koa-router - koa-static - jade ###Run build and start: ``` npm run build ``` and then: ``` npm start ``` ###Debug set DEBUT=koa* before run application. ```linux DEBUT=koa* npm start ```