- Notifications
You must be signed in to change notification settings - Fork1
augejs is a progressive Node.js framework for building applications.https://github.com/augejs/augejs.github.io
augejs/augejs.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
augejs is a progressive Node.js framework for building applications.
🌟 Star us on GitHub — it helps! 👏
https://github.com/augejs/augejs.github.io
augejs is a progressive Node.js framework for building applications. It uses modern JavaScript built withTypeScript.
- 🐧 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.
This project usesnode andnpm. Go check them out if you don't have them locally installed.
npm install @augejs/core
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);})();
...
see theExamples. 📖
- Art of Readme - 💌 Learn the art of writing quality READMEs.
- open-source-template - A README template to encourage open-source contributions.
Feel free to dive in!Open an issue or submit PRs.
augejs follows theContributor Covenant Code of Conduct.
MIT © augejs
About
augejs is a progressive Node.js framework for building applications.https://github.com/augejs/augejs.github.io
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.