This is my personal template for a basic Vue + Tailwind + Oh, Vue Icons! application. It is, I hope, beginner friendly insofar as it contains basic examples of initial concepts, such as tailwind utility classes, @layer components
, and how to import and use Oh Vue Icons.
The project was initialised using vite, which means:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3
<script setup>
SFCs, check out the script setup docs to learn more.
You do not have to use that, but it is available.
Clone this repository, then npm install
to install the dependencies. The rest, as they say, I leave to you.