Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Dec 30, 2022
1 parent 9c88a70 commit e4129be
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down

0 comments on commit e4129be

Please sign in to comment.