1.13.0 • Published 5 years ago

generator-deepexi-eggjs v1.13.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

DeepEXI EggJs Scaffold Generator

NPM version npm download Build Status codecov

此脚手架生成器基于Yeoman构建。

CHANGELOG

How To

Getting Started

1. 安装yeoman

$ npm install -g yo

2. 安装generator-deepexi-eggjs

$ npm install -g generator-deepexi-eggjs

3. 创建你的应用

通过交互模式创建

$ mkdir {your_project_name}
$ cd {your_project_name}
$ yo deepexi-eggjs

或者使用命令行模式创建

$ mkdir {your_project_name}
$ cd {your_project_name}
$ yo deepexi-eggjs -c

更多帮助信息可以通过以下命令查看

$ yo deepexi-eggjs --help

4. 升级项目依赖(建议执行)

$ npm run autod

运行项目前推荐先升级依赖包(根据脚手架更新情况,其依赖的包版本可能不是最新的),以享受最新的特性。一般来说都是向前兼容的,可以放心地升级。

5. 自行修改配置

脚手架对自动集成的第三方插件都提供了默认的配置,但是有一些外部资源依赖(如mysql db, eureka server等)可能需要你在生成项目后手动进行配置,否则项目可能无法直接运行。

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.2

5 years ago

1.10.1

5 years ago

1.10.0

5 years ago

1.9.2

5 years ago

1.9.1

5 years ago

1.9.0

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.0.0

5 years ago