Skip to content

Enhance framework Architect plugin that enables folder based routing and HTML Custom Element workflows for AWS Lambda backed web apps

License

Notifications You must be signed in to change notification settings

enhance-dev/arc-plugin-enhance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 3, 2024
0497c4d · Sep 3, 2024
May 7, 2024
Jan 26, 2024
Jan 11, 2023
Jul 20, 2022
Sep 3, 2024
Jul 23, 2024
Feb 21, 2024
Jan 11, 2023
Feb 5, 2024
Nov 9, 2023
Oct 6, 2022
Sep 17, 2022
Sep 3, 2024
Oct 30, 2023

@enhance-dev/arc-plugin-enhance

This Architect plugin customizes a default Architect project to add file based routing and server rendered Custom Elements.

Quick start

npx "@enhance/create@latest" ./myproject -y

⚠️ This repo is not meant to be cloned unless you are filing an issue or adding functionality. It is meant to be used by the generators linked above instead.

Project structure

app
├── api ............... data routes
│   └── index.mjs
├── browser ........... browser JavaScript
│   └── index.mjs
├── components ........ Single File Web Components
│   └── my-card.mjs
├── elements .......... Custom Element pure functions
│   └── my-header.mjs
└── pages ............. file-based routing
    └── index.html

Read the documentation here →

About

Enhance framework Architect plugin that enables folder based routing and HTML Custom Element workflows for AWS Lambda backed web apps

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages