https://github.com/bohdanmoroziuk/fireblog
Blog app created with Vue.js 2 and Firebase.
https://github.com/bohdanmoroziuk/fireblog
blog firebase quill vue vue-router vue2-editor vuex
Last synced: about 2 months ago
JSON representation
Blog app created with Vue.js 2 and Firebase.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/fireblog
- Owner: bohdanmoroziuk
- License: mit
- Created: 2021-07-20T14:00:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T08:48:47.000Z (almost 3 years ago)
- Last Synced: 2025-10-05T20:58:30.641Z (9 months ago)
- Topics: blog, firebase, quill, vue, vue-router, vue2-editor, vuex
- Language: Vue
- Homepage:
- Size: 6.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fireblog
> Blog app created with Vue.js 2 and Firebase.
## Project setup
```
npm install
```
### 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
```
### Lints and fixes files
```
npm run lint
```