# Simple Vue.js form
ENG: This is my third Vue.js app that I created with the help of Youtube tutorial and my mentor Matej Ramuta. Following the Youtube course, I created a simple Vue.js app that handles user form input. What user inputs the app can then send to other components to manipulate the data. Form also uses a simple verification to verify what user entered. Currently nothing special happens with the inputed data, it is only displayed on the page for testing purposes. I made this app by using the Visual Studio Code and a plugin for Vue.js called Vetur. Using NPM we can then run this app, as shown below this description.
SLO: To je tretja Vue.js aplikacija, ki sem jo ustvaril s pomočjo Youtube tečaja in mojega mentorja Mateja Ramute. S pomočjo Youtube tečaja sem izdelal to enostavno Vue.js aplikacijo, ki obdeluje podatke, ki jih uporabnik vnese v obrazec. Kar uporabnik vnese lahko potem aplikacija naprej pošilja ostalim komponentam, da lahko izvajamo funkcije nad temi podatki. Obrazec uporablja tudi enostavno verifikacijo podatkov, ki preveri podatke, ki jih je uporabnik vnesel. Trenutno se z podatki nič posebnega ne zgodi, le prikaže se na strani za testiranje. Za izdelavo aplikacije sem uporabil Visual Studio Code in vtičnik za Vue.js kodo, ki se imenuje Vetur. S pomočjo orodja NPM lahko potem zaženemo aplikacijo, kot je prikazano pod tem opisom.
## Project setup / Navodila za zagon
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).