astro/examples
Juan Martín Seery 114bf63e11
refactor(vercel): Build Output API v3 (#3216)
* Removed ignores

* Migration to v3

* More changes

* Remove legacy redirects

* Fail when there is no ENABLE_VC_BUILD

* Fix edge

* Updated readme

* Changeset

* Added static mode

* Updated documentation

* Updated shim

* Made edge work!

* Updated changeset

* Ensure empty dir

* Fixed redirects for dynamic paths

* Removed extra declaration

* Splited imports

* Updated readme

* Fixed some urls

* Deprecated shim!

* [test]: Vercel NFT

* Beautify

* Edge bundle to node 14.19

Vercel runs 14.19.1 (I've checked it manually)

* Re-added shim (#3304)

* Added `node:` prefix

* Use the same bundling as Deno for Edge

* Remove esbuild

* Fixed shim

* Moved nft

* Updated changeset

* Added note about Edge

* fix typo

* Added support for Node 16 (vercel/vercel#7772)
2022-05-11 15:10:38 -06:00
..
basics [ci] release (#3308) 2022-05-06 09:28:57 -04:00
blog refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
blog-multiple-authors refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
component refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
docs refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
env-vars refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-alpine refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-lit refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-multiple refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-preact refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-react refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-solid refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-svelte refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-vue refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
integrations-playground refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
minimal refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
non-html-pages refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
portfolio refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
ssr [ci] release (#3308) 2022-05-06 09:28:57 -04:00
starter refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
subpath refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-markdown refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-markdown-plugins refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-markdown-shiki refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-nanostores refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-tailwindcss refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-vite-plugin-pwa refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
README.md Docs: npm@7 requires an extra -- for arguments passed to the command, per @natemoo-re's description. (#786) 2021-07-20 20:06:11 -05:00

Astro Examples Library

The easiest way to check out one of these examples on your machine is by running this command in an empty directory:

npm init astro -- --template [EXAMPLE_NAME]

Community Examples

Visit awesome-astro for a full list of community examples. You can use npm init astro to check out any community examples:

npm init astro -- --template [GITHUB_USER]/[REPO_NAME]

Paths to examples nested inside of a repo are also supported:

npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example