1.0.4 • Published 6 months ago

express-create-app-js v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

express-create-app-js 基础

express-create-app-js 是用来构建express 应用程序的脚手架

使用

npm i / yarn

项目结构

├── config 配置 │ ├── config.js 项目基本配置 │ └── utils.js 配置工具 ├── public 文件 │ └── index.ejs 模板 ├── src
│ ├──container 接口入口路由() │ ├── app.js 项目入口 ├── package.json 依赖

1.0.4

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago