0.0.2 • Published 5 years ago

@jeff-tian/uni v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

uni

TypeScript 版云原生互联网应用开发框架

Build Status Git commit with emojis!

特性

总体来说,Uni 框架采用了中间件的方式,来实现路由、日志等功能,并且采用 Router-Controller-Service 的架构模式,使得开发只需要关注业务逻辑,工程上的事情只需要通过配置即可完成。

安装

npm i @jeff-tian/uni

贡献

本库欢迎你的贡献,所有贡献者将会被列在这里。

# Fork git@github.com:Jeff-Tian/uni.git 到 yourname/uni
git clone git@github.com:<yourname>/uni.git
cd uni
npm i

git checkout -b feature/fix
npm test
git commit -am "your message"
git push

然后发送 PR 到这里。

日志

diagram