Practical-ASP-NET/BlazorTailwindTemplate

Install the Tailwind CLI locally?

Closed this issue · 1 comments

It may be preferable (at least as an option) to install the Tailwind CLI locally in the project's node_modules folder.

My understanding is that NPX would then always use that locally installed version.

This might help usage of the template in offline scenarios as, following the initial build (which would download and install the Tailwind CLI) there should be no need for subsequent builds to require an Internet connection.

Saying that, it is my understanding that npx downloads to a 'central cache' so this may not be a problem. Maybe one to include as an option…