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
- Host: GitHub
- URL: https://github.com/vircoding/vue-crud-practice
- Owner: vircoding
- Created: 2022-12-28T14:42:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:09:27.000Z (over 3 years ago)
- Last Synced: 2025-06-12T02:03:08.428Z (about 1 year ago)
- Topics: bootstrap, crud, firebase, html, javascript, nanoid, vue, vuecli, vuerouter, vuex
- Language: Vue
- Homepage: https://vircoding-crud-practice.netlify.app/
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).