KlausSchaefers / luisa-vue2-starter

Example how to use vue-low-cde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luisa-Vue2-Start

Clone this repo to get started with Luisa for VUE2.

git clone https://github.com/KlausSchaefers/luisa-vue2-starter.git

Gettting started

Once you have cloned the repo, install all NPM dependecies

npm install

After you can start the server

npm run server

Develop

Check out the src/views/home.vue file. This initialized the Luisa and also uses the component.

Quant-UX icons

If you need icon support:

npm install @mdi/font

and add the import to the Home.vue file

import '@mdi/font/css/materialdesignicons.css'

Documentation

You can find the full documentation at https://luisa.cloud

Download the design

Type in the command line

npm run downlaod

About

Example how to use vue-low-cde


Languages

Language:JavaScript 64.7%Language:Vue 21.8%Language:HTML 13.6%