Clone this repo to get started with Luisa for VUE2.
git clone https://github.com/KlausSchaefers/luisa-vue2-starter.git
Once you have cloned the repo, install all NPM dependecies
npm install
After you can start the server
npm run server
Check out the src/views/home.vue
file. This initialized the Luisa and also uses the component.
If you need icon support:
npm install @mdi/font
and add the import to the Home.vue file
import '@mdi/font/css/materialdesignicons.css'
You can find the full documentation at https://luisa.cloud
Type in the command line
npm run downlaod