1. egg
A web framework's framework for Node.js
egg
Package: egg
Created by: eggjs
Last modified: Thu, 25 Apr 2024 12:05:11 GMT
Version: 3.22.0
License: MIT
Downloads: 94,472
Repository: https://github.com/eggjs/egg

Install

npm install egg
yarn add egg

English | 简体中文

NPM version
NPM quality
NPM download

Continuous Integration
Test coverage
Known Vulnerabilities
Open Collective backers and sponsors

特性

  • 内置多进程管理
  • 高度可扩展的插件机制
  • 深度框架定制
  • 丰富的插件

支持 Node.js 14.20.0 及以上版本。

快速开始

 $ mkdir showcase && cd showcase
$ npm init egg --type=simple
$ npm install
$ npm run dev
$ open http://localhost:7001

文档

贡献者

contributors

贡献代码

请告知我们可以为你做些什么,不过在此之前,请检查一下是否有已经存在的Bug或者意见

如果你是一个代码贡献者,请参考代码贡献规范

项目赞助

sponsors
backers

开源协议

MIT

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin