Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

augejs is a progressive Node.js framework for building applications.https://github.com/augejs/augejs.github.io

NotificationsYou must be signed in to change notification settings

augejs/augejs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npm versionstandard-readme compliant

〰️〰️〰️💠

augejs is a progressive Node.js framework for building applications.

🌟 Star us on GitHub — it helps! 👏

https://github.com/augejs/augejs.github.io

Table of Contents

Description

augejs is a progressive Node.js framework for building applications. It uses modern JavaScript built withTypeScript.

Features

  • 🐧 Support TypeScript (version 4.0 or higher).
  • 🐚 Minimum core to start with,support plugin by using Extend and Adapter.
  • 🍭 Excellent performance with high unit test coverage rate.
  • 🍞 Progressive Development.

Install

This project usesnode andnpm. Go check them out if you don't have them locally installed.

npm install @augejs/core

Usage

import{Module,boot}from'@augejs/core';// we use a@Module decorator to define a module@Module()classAppModule{asynconInit(){// the onInit lifecycle method will be called when application bootconsole.log('hello augejs');}}(async()=>{// boot the whole application by module.awaitboot(AppModule);})();

Document

Philosophy

Basic Function

Standard Modules

Koa Modules

Other Modules

...

Examples

see theExamples. 📖

Related Efforts

Maintainers

Alex Zhang.

Contributing

Feel free to dive in!Open an issue or submit PRs.

augejs follows theContributor Covenant Code of Conduct.

License

MIT © augejs

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp