Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacknq/fruits

All in Crud Vue 2 typescript example with vuetify, vuex modules and fetch (mande)
https://github.com/jacknq/fruits

Last synced: 6 days ago
JSON representation

All in Crud Vue 2 typescript example with vuetify, vuex modules and fetch (mande)

Awesome Lists containing this project

README

        

# fruits
Vue 2 typescript example with vuetify, vuex modules and fetch (mande)
## Project setup
```
npm install
```

### Runs api - second terminal
```
npm run api
```

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

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

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

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