6.2.5-beta.4 • Published 7 months ago

@enhance-labs/arc-plugin-enhance v6.2.5-beta.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

@enhance-labs/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-labs/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
├── elements .......... Custom Element pure functions
│   └── my-header.mjs
└── pages ............. file-based routing
    └── index.html

Read the documentation here →