diff options
author | 2023-02-23 08:34:37 -0700 | |
---|---|---|
committer | 2023-02-23 09:34:37 -0600 | |
commit | 7da05febeab2638d4e2252fe12eb4ae4b3582787 (patch) | |
tree | e7e8e2ba29c4ab6bd7f7a36cfa976ef949012a97 /examples/framework-vue | |
parent | eed2c85513588f8753b817d6e743c81b29665af9 (diff) | |
download | astro-7da05febeab2638d4e2252fe12eb4ae4b3582787.tar.gz astro-7da05febeab2638d4e2252fe12eb4ae4b3582787.tar.zst astro-7da05febeab2638d4e2252fe12eb4ae4b3582787.zip |
Enhanced Astro codespace support (#6288)
* Enhanced Astro codespace support
Enhances the base devcontainer and Dockerfile to provide a smoother
development experience out of the box for contributors.
Adds a devcontainer per example so that we can add buttons on astro.new
that will launch users straight into the appropriate example app.
* Cleanup devcontainers and pin base image
* Update .devcontainer/example-welcome-message.txt
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r-- | examples/framework-vue/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/framework-vue/README.md b/examples/framework-vue/README.md index 7d2f635e6..a46007c82 100644 --- a/examples/framework-vue/README.md +++ b/examples/framework-vue/README.md @@ -6,6 +6,7 @@ npm create astro@latest -- --template framework-vue [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-vue) [](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-vue) +[](https://codespaces.new/withastro/astro?devcontainer_path=/.devcontainer/framework-vue/devcontainer.json) This example showcases Astro working with [Vue](https://v3.vuejs.org/). |