Skip to content

Commit

Permalink
re-add blockquote, add real markdown links for textlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch committed Oct 24, 2024
1 parent 567e16d commit 17a1479
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions src/content/blog/working-with-vite-in-ddev.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,22 +451,24 @@ Example repositories:

[Andrew Morton](https://github.com/mortona42) gave some information about the current state, thanks very much!

- Vite module: https://www.drupal.org/project/vite

This uses Vite's manifest.json to map enabled Drupal library files to the compiled versions in /dist, or to the vite server in dev mode.

Here is a theme I contributed, with instructions for how to set it up with DDEV in the readme files. I'm trying to detail all the configuration possibilities we might need, with defaults that should work out of the box.

- https://www.drupal.org/project/unocss_starter (uses Vite)

I'm blogging about the process here: https://www.drupalarchitect.info/projects/unocss-starter-theme

There are a handful of devs working on using Vite to bundle assets multiple modules/themes in Drupal. Looks like Vite and Foxy are becoming the leading solutions.

- https://www.drupal.org/project/foxy
- Working POC: https://github.com/darvanen/drupal-js

I think we'll be seeing a lot of new things in this area over the next year.
> Vite module: [https://www.drupal.org/project/vite](https://www.drupal.org/project/vite)
>
> This uses Vite's manifest.json to map enabled Drupal library files to the compiled versions in /dist, or to the vite server in dev mode.
>
> Here is a theme I contributed, with instructions for how to set it up with DDEV in the readme files. I'm trying to detail all the configuration possibilities we might need, with defaults that should work out of the box.
>
> [https://www.drupal.org/project/unocss_starter](https://www.drupal.org/project/unocss_starter) (uses Vite)
>
> I'm blogging about the process here: [https://www.drupalarchitect.info/projects/unocss-starter-theme](https://www.drupalarchitect.info/projects/unocss-starter-theme)
>
> There are a handful of devs working on using Vite to bundle assets multiple modules/themes in Drupal. Looks like Vite and Foxy are becoming the leading solutions.
>
> [https://www.drupal.org/project/foxy](https://www.drupal.org/project/foxy)
>
> Working POC: [https://github.com/darvanen/drupal-js](https://github.com/darvanen/drupal-js)
>
> I think we'll be seeing a lot of new things in
this area over the next year.

#### Laravel

Expand Down

0 comments on commit 17a1479

Please sign in to comment.