summaryrefslogtreecommitdiff
path: root/examples/framework-vue/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Switch examples favicon to use svg (#4331)Gravatar Nate Moore 1-1/+1
2022-08-08Add Astro.generator (#4012)Gravatar Nate Moore 1-0/+1
2022-08-06[ci] formatGravatar FredKSchott 1-1/+1
2022-08-05Move types to a .d.ts file inside examples projects (#4171)Gravatar Erika 1-0/+1
2022-08-04Audit examples templates (#3940)Gravatar Erika 1-1/+2
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 1-1/+1
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 2-48/+48
2021-11-22Clean up styling for framework-* examples (#1970)Gravatar Drew Powers 2-14/+19
2021-10-29🚀 Astro Next (0.21.0) (#1406)Gravatar Drew Powers 1-11/+6
2021-08-16cleanup example faviconsGravatar Fred K. Schott 1-2/+1
2021-08-16Adding favicon to examples (#1084)Gravatar Rafid Muhymin Wafi 1-0/+4
2021-08-04Reduce meta viewport tag (#1006)Gravatar Jonathan Neal 1-1/+1
2021-07-20[ci] yarn formatGravatar FredKSchott 1-11/+11
2021-07-16Update docs in compiler messages (#710)Gravatar Caleb Jasik 1-1/+1
2021-07-13code review commentsGravatar Fred K. Schott 1-2/+1
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 1-1/+3
2021-07-08Move hydration directives to special attributes (#618)Gravatar Tony Sullivan 1-2/+2
2021-07-01update example astro inline docs (#592)Gravatar Fred K. Schott 1-1/+4
2021-06-28Restructure examples (#568)Gravatar Nate Moore 2-0/+65
07-06 15:14:22 -0400'>2021-07-06Implements templates from external repos (#603)Gravatar Matthew Phillips 6-6/+66 * Implements templates from external repos * Adds a changeset 2021-07-01Version Packages (#602)Gravatar github-actions[bot] 19-23/+24 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2021-07-01Don't alias builtins if polyfillNode is used (#601)Gravatar Matthew Phillips 8-4/+64 * Don't alias builtins if polyfillNode is used * Add the changeset * Make test be OS agnostic 2021-07-01Version Packages (#597)Gravatar github-actions[bot] 23-51/+69 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2021-07-01Allow Preact components to return an empty Fragment (#599)Gravatar Matthew Phillips 4-1/+24 2021-07-01Expose `content.astro.html` to `Astro.fetchContent` (#583)Gravatar Nate Moore 3-3/+9 * feat: expose `content.astro.html` to Astro.fetchContent * docs: add `astro.html` note to docs 2021-07-01Remark and rehype plugins (#562)Gravatar Pavel Mineev 29-145/+742 * remark plugins * remove unused dependency * enable codeblocks * backward compatibility with remark-code-titles * add support for rehype plugins * add proper types for plugins * fixes after review - connect plugins by name - make plugins configurable - connect gfm and footnotes if no plugins provided from config - add more plugins to example * update and rename example * add documentation for markdown plugins * chore: rename with-markdown-plugins example * chore: restructure dependencies * feat: add back smartypants, fix mdx expressions * chore: remove log * test: add markdown plugin tests * chore: add changeset * docs: update markdown doc Co-authored-by: Nate Moore <nate@skypack.dev> 2021-07-01Version Packages (#596)Gravatar github-actions[bot] 18-35/+36 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>