create-modulo
Version:
Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA
21 lines (15 loc) • 843 B
HTML
<script src=../../static/Modulo.html></script><script type=md>---
title: Article 2 - Importing Features
date: 2025-12-01
description:
Learn how to embed and import feature definitions, the pros and cons of
each approach, and how to use the file headers.
**Ramping Up vs Greenfielding** - Consider for a moment: Are you
"greenfielding" a project (for example, starting a new site from scratch), as
opposed to integrating or embedding the framework into an existing web
application (e.g. "brownfielding")? If you are "greenfielding", then it's
probably easiest to start with a starter. For example, the the framework
starter ZIP files both have the `static/index.html` and
`static/components/index.html` correctly set-up. However, if you are "Ramping
Up" an integration into an existing project, then consider these options.