Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.44 KB

blog-server

powered by koa GitHub forks GitHub stars GitHub issues

RESTful API server application for my personal blog

  • Web client for user: blog-front powered by Nuxt.js@2
  • Web client for admin: blog-admin powered by Vue and element-ui
  • Web client for server powered by koa and typescript

Quick Start

Environment Dependencies

Development

$ npm install
$ npm run mysql
$ npm run dev

Deploy

$ npm run build
$ npm start

npm scripts

  • Use npm run tslint to check code style.
  • Use npm run mysql to init your database.

CHANGELOG

参见 CHANGLOG.md