在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:postbird/koa-generator-postbird开源软件地址:https://github.com/postbird/koa-generator-postbird开源编程语言:JavaScript 63.6%开源软件介绍:koa-generator-postbird | koa2 开发脚手架集成了 项目地址: 一、基本依赖
二、目录结构+ config // 配置
|-- app.js // 应用层级配置
+ controllers // 控制器方法
+ middlewares // 中间件方法
+ models // 模型方法或数据生成
+ public
|-- css // stylesheet
|-- js // scripts
|-- vendor // 第三方依赖
|-- upload // 文件上传路径
+ routes // 路由方法
|-- index.js // 主路由加载
|-- home.js // 首页路由及其他路由
+ tests // 测试方法
+ utils // 工具方法
+ views // 模板文件
|-- base.html // 模板布局基础模板
|-- index.html // 默认首页模板
+ app.js // 服务入口
+ nodemon.json // nodemon 配置文件 三、使用方式:1、克隆项目git clone https://github.com/postbird/koa-generator-postbird 2、安装依赖yarn install
## npm install 3、开启服务以开发模式运行
yarn dev
## npm run dev 通过 node 运行 yarn start
## npm run start
四、配置文件 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论