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

https://github.com/sandoche/vuejs-exercises

A repository with short VueJS basic exercises, for teaching
https://github.com/sandoche/vuejs-exercises

Last synced: 8 months ago
JSON representation

A repository with short VueJS basic exercises, for teaching

Awesome Lists containing this project

README

          

# learn-vue

[![Netlify Status](https://api.netlify.com/api/v1/badges/38415176-2f3e-4d9a-b58e-324e01fc47a0/deploy-status)](https://app.netlify.com/sites/vuejs-exercises/deploys)

## Project setup
```
yarn install
```

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

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

### Run your tests
```
yarn run test
```

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

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