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

https://github.com/vircoding/vue-crud-practice

CRUD Practice Project with Vue.js and Google Firebase inspired on Bluuweb's one
https://github.com/vircoding/vue-crud-practice

bootstrap crud firebase html javascript nanoid vue vuecli vuerouter vuex

Last synced: 2 months ago
JSON representation

CRUD Practice Project with Vue.js and Google Firebase inspired on Bluuweb's one

Awesome Lists containing this project

README

          

# crud-practice

## Project setup
```
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/).