An open API service indexing awesome lists of open source software.

https://github.com/kriptograf/cars-vue

Learning vuejs
https://github.com/kriptograf/cars-vue

vue vue-resource vue-router vuejs vuelidate

Last synced: 7 months ago
JSON representation

Learning vuejs

Awesome Lists containing this project

README

          

# vue-auto

Учебный проект.

Практическое занятие. Использование vue-router и vue-recource

Использование библиотеки Vuelidate для валидации полей.

Стилевое оформление bootstrap 4.2

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).