egg.js 24.1创建egg.js项目
Posted 2019ab
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了egg.js 24.1创建egg.js项目相关的知识,希望对你有一定的参考价值。
安装egg.js
全局切换镜像:
npm config set registry https://registry.npm.taobao.org
我们推荐直接使用脚手架,只需几条简单指令,即可快速生成项目(npm >=6.1.0
):
mkdir egg-example && cd egg-example
npm init egg --type=simple --registry https://registry.npm.taobao.org
npm i
启动项目:
npm run dev
open http://localhost:7001
以上是关于egg.js 24.1创建egg.js项目的主要内容,如果未能解决你的问题,请参考以下文章