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
- Host: GitHub
- URL: https://github.com/kriptograf/cars-vue
- Owner: kriptograf
- Created: 2019-04-23T16:04:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T16:06:33.000Z (over 6 years ago)
- Last Synced: 2025-01-13T13:50:38.267Z (9 months ago)
- Topics: vue, vue-resource, vue-router, vuejs, vuelidate
- Language: Vue
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).