1.0.0 • Published 1 year ago
@domain-expansion/astro v1.0.0
@domain-expansion/astro
This is an Astro integration that Expands the Domain!
It adds Incremental Builds to Astro projects.
Usage
Installation
Install the integration automatically using the Astro CLI:
pnpm astro add @domain-expansion/astronpx astro add @domain-expansion/astroyarn astro add @domain-expansion/astroOr install it manually:
- Install the required dependencies
pnpm add @domain-expansion/astronpm install @domain-expansion/astroyarn add @domain-expansion/astro- Add the integration to your astro config
+import domainExpansion from "@domain-expansion/astro";
export default defineConfig({
integrations: [
+ domainExpansion(),
],
});Contributing
This package is structured as a monorepo:
playgroundcontains code for testing the packagepackagecontains the actual packagedocscontains the documentation
Install dependencies using pnpm:
pnpm i --frozen-lockfileStart the playground and package watcher:
pnpm playground:devYou can now edit files in package. Please note that making changes to those files may require restarting the playground dev server.
Licensing
MIT Licensed. Made with ❤️ by the Domain Expansion.
Acknowledgements
1.0.0
1 year ago
0.1.0-beta.9
1 year ago
0.1.0-beta.8
1 year ago
0.1.0-beta.7
1 year ago
0.1.0-beta.5
1 year ago
0.1.0-beta.4
1 year ago
0.1.0-beta.3
1 year ago
0.1.0-beta.2
1 year ago
0.1.0-beta.1
1 year ago
0.1.0-beta.0
1 year ago