All Projects → Cacivy → Koa Typescript

Cacivy / Koa Typescript

Licence: mit
🚀️koa2 & typescript

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Koa Typescript

Blog React
基于typescript koa2 react的个人博客
Stars: ✭ 314 (+726.32%)
Mutual labels:  blog, 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 (+360.53%)
Mutual labels:  blog, koa2
Kails
A Web App like Ruby on Rails with Koa2, Webpack and Postgres
Stars: ✭ 512 (+1247.37%)
Mutual labels:  blog, koa2
Monkov
A blog system built with vue and koa
Stars: ✭ 234 (+515.79%)
Mutual labels:  blog, koa2
Blog
前后端分离+服务端渲染的博客系统. 基于Vue2、Koa2、MongoDB、Redis
Stars: ✭ 644 (+1594.74%)
Mutual labels:  blog, koa2
Awesome Solo
🎸 展示大家漂亮的 Solo 博客!最新统计数据已经移到社区 https://hacpai.com/top/solo
Stars: ✭ 31 (-18.42%)
Mutual labels:  blog
Machine Learning Notebooks
Assorted exercises and proof-of-concepts to understand and study machine learning and statistical learning theory
Stars: ✭ 33 (-13.16%)
Mutual labels:  blog
Blog
本仓库存放个人博客的 markdown 源文件
Stars: ✭ 951 (+2402.63%)
Mutual labels:  blog
Neuron
Future-proof note-taking and publishing based on Zettelkasten
Stars: ✭ 945 (+2386.84%)
Mutual labels:  blog
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+2497.37%)
Mutual labels:  blog
Aakinshin.net
My blog
Stars: ✭ 36 (-5.26%)
Mutual labels:  blog
Ibooks
VuePress记录技术开发笔记
Stars: ✭ 33 (-13.16%)
Mutual labels:  blog
Jessesquires.com
Turing complete with a stack of 0xdeadbeef
Stars: ✭ 31 (-18.42%)
Mutual labels:  blog
Docker Vue Node Nginx Mongodb Redis
🐉 An awesome boilerplate, Integrated Docker, Vue, Node, Nginx, Mongodb and Redis in one, Designed to develop & build your web applications more efficient and elegant.
Stars: ✭ 34 (-10.53%)
Mutual labels:  koa2
Zayzafoun
A simple web blog script written in Python & Flask
Stars: ✭ 30 (-21.05%)
Mutual labels:  blog
Tom Vpr
how does voiceprint recognition work in wechat page
Stars: ✭ 37 (-2.63%)
Mutual labels:  koa2
Bootstrap Blog Template
An awesome blog template constructed using Twitter Bootstrap 3
Stars: ✭ 29 (-23.68%)
Mutual labels:  blog
Frontend Tutorials
📘 Frontend Tutorials and Tricks — 前端技巧和教程
Stars: ✭ 33 (-13.16%)
Mutual labels:  blog
Smile blog
Smile_Blog主题简介:主题通配响应式布局,电脑手机无障碍浏览,快人一步,采用HTML5+CSS3+Jquery,局部用到了Flex布局,界面简洁,超快加载速度,拒绝等待,前后台独立研发,在界面优化的同时,更与SEO相结合,提高了用户体验,目前日均IP200+,百度权重1,百度收录400+,如使用过程有任何问题,欢迎联系我,演示: 【新站:https://www.huangguorui.cn】 【老站:https://www.huanggr.cn】
Stars: ✭ 36 (-5.26%)
Mutual labels:  blog
Blog
新博客请移步语雀
Stars: ✭ 32 (-15.79%)
Mutual labels:  blog

Koa2 & TypeScript2

这是一个基于Koa2和TypeScript的nodejs项目。

todo

  • [x] 实时监测
  • [x] sourcemap debug
  • [x] restful api
  • [x] jade模版
  • [x] logger
  • [x] 路由自动匹配controller
  • [x] 统一数据返回格式
  • [x] 集成restc
  • [x] 自动完成api文档apidoc

dev

docker-compose up
# initialize
npm i -g typescript typings

# install
npm i & typings i

# watch&build typescript
tsc

# server
npm run dev

# doc
npm i apidoc -g
npm run doc

推荐使用VS Code, 以便于获得最好的typescript开发体验

directory

.
├── build 转换后的js
├── node_modules
├── src ts目录
	├── controller 对应路由
	├── log 日志文件夹
	├── model mongoodb Schema
	├── util
├── static 静态代理文件夹
├── views jade模版
├── package.json
├── tsconfig.json ts配置文件
├── typings.json
└── README.md
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].