summaryrefslogtreecommitdiff
path: root/examples/framework-alpine/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-14nit: export props has been unnecessary.. forever (#7646)Gravatar Erika 1-1/+1
2022-08-26Remove "as Props" from the astro examples (#4494)Gravatar Mohammed Elhaouari 1-1/+1
2022-08-22add an alpine integration and update example (#4406)Gravatar Fred K. Schott 1-6/+0
2022-08-17Switch examples favicon to use svg (#4331)Gravatar Nate Moore 1-1/+1
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-08-08Add Astro.generator (#4012)Gravatar Nate Moore 1-0/+1
* feat: add generator property and component * chore: remove `Generator` component * chore: update generator description * chore: include generator in examples * chore: update lockfile * chore: format * fix: do not reference core from server runtime * chore: remove component test Co-authored-by: Nate Moore <nate@astro.build>
2022-08-06[ci] formatGravatar FredKSchott 1-2/+2
2022-08-05Move types to a .d.ts file inside examples projects (#4171)Gravatar Erika 1-0/+1
* Move types to a .d.ts file to avoid making types explicit * Rename to proper types * Move to proper place * Add noEmit to tsconfig.json * Add back removed code by accident
2022-08-04Audit examples templates (#3940)Gravatar Erika 2-3/+7
* basics, framework-alpine, framework-solid, delete unused examples * framework-multiple * Remove non-standard file extensions, add missing .vscode folders * Remove robots.txt * Remove blog-multiple-authors * Rewrite components comments to be consistent * Update lockfile * Remove unnecessary usage of SCSS in subpath example * Fix props weirdness in portfolio example * Remove Lit from `framework-multiple` for now * Misc fixes * Update lockfile * I'm in lockfile hell, send help
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 1-2/+2
2022-04-11use bundled alpinejs (#3065)Gravatar Fred K. Schott 1-2/+6
2022-04-03chore: updated examples to v0.26.0 (#2977)Gravatar Juan Martín Seery 1-1/+1
* New script behavior * Astro.request * Reverted `deno` to `node` * Updated subpath
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 2-44/+45
2021-12-21chore(examples): add AlpineJS example (#2222)Gravatar Nate Moore 2-0/+69