Skip to content

Commit

Permalink
Add personal disclaimer, add Codespaces docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch committed Nov 4, 2023
1 parent 39f226f commit df73f61
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/content/blog/working-with-ddev-and-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Vite is a popular web development tool that serves your JavaScript and CSS code

How can we use Vite within DDEV?

This articles sums up my current personal experience working with Vite and DDEV. I hope it will be a good introduction to start working with Vite and DDEV.

Vite is written in NodeJS.

DDEV already has built-in support for [NodeJS](https://ddev.readthedocs.io/en/latest/users/usage/cli/#nodejs-npm-nvm-and-yarn).
Expand Down Expand Up @@ -473,9 +475,8 @@ I created a first quick & dirty demo with CraftCMS, in which I use another port
- [config/vite.php](https://github.com/mandrasch/ddev-craftcms-vite/blob/main/config/vite.php)
- [vite.config.js](https://github.com/mandrasch/ddev-craftcms-vite/blob/main/vite.config.js)

I guess this could be improved a lot ;-)
I guess this could be improved a lot ;-) See [DDEV Installation: Codespaces](https://ddev.readthedocs.io/en/latest/users/install/ddev-installation/#github-codespaces) for more information.

#### Gitpod

I couldn't find a resource where Vite was used with DDEV in Gitpod. Happy to update this section as well with more resources!

I couldn't find a resource where Vite was used with DDEV in Gitpod. Happy to update this section as well with more resources!

0 comments on commit df73f61

Please sign in to comment.