From e4129becb5896dd63eaa88af4120d9742cae0f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Sz=C5=91gy=C3=A9nyi?= Date: Fri, 30 Dec 2022 14:36:59 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cba9a8b..e878e48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# Tailwind CSS + Vue 3 + Flowbite Starter +# Tailwind CSS + Vue 3 + Flowbite Starter (Vite) -Get started with this starter project based on a Tailwind CSS, Vue 3 and Flowbite configuration to help you get started building website applications based on the utility classes from Tailwind CSS and components from Flowbite. This repository is bnased on the [Tailwind CSS + Vue](https://flowbite.com/docs/getting-started/vue/) guide on the Flowbite website. +Get started with this starter project based on a Tailwind CSS, Vue 3 and Flowbite configuration to help you get started building website applications based on the utility classes from Tailwind CSS and components from Flowbite. + +This repository is based on the [Tailwind CSS + Vue](https://flowbite.com/docs/getting-started/vue/) guide on the Flowbite website. ## Getting started @@ -17,6 +19,12 @@ Run this command to compile and bundle the source code: npm run dev ``` +Run this command to build the project: + +``` +npm run build +``` + You can use the [Flowbite](https://flowbite.com) components by importing them and initialising the objects using the `onMounted` method. Here's an example that is used for the modal component: