This guide will help you to use Flexilla in your new or existing VueJS Project
Install via npm
-
Create a new Project
Create a new project if not having one.Shell
npm create vue@latest vue-example cd vue-example
-
Install flexilla
-
Usage
.../AccordionEx.vue
<script setup lang="ts"> import { onMounted } from 'vue' import { Accordion } from "@flexilla/flexilla" onMounted(() => { new Accordion("[data-fx-accordion]") }) </script>
Quick Start Examples
Checkout these quick start examples to get a feel of Flexilla + VueJS here