https://github.com/tobisamcode/fireblogs
A web application where you can sign up, sign in, create, edit, delete and publish blog posts. Technologies used are Vue, Vuex, Firebase, Sass .
https://github.com/tobisamcode/fireblogs
Last synced: about 2 months ago
JSON representation
A web application where you can sign up, sign in, create, edit, delete and publish blog posts. Technologies used are Vue, Vuex, Firebase, Sass .
- Host: GitHub
- URL: https://github.com/tobisamcode/fireblogs
- Owner: tobisamcode
- Created: 2021-09-20T07:59:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T04:21:06.000Z (over 4 years ago)
- Last Synced: 2025-07-14T22:47:28.362Z (9 months ago)
- Language: Vue
- Homepage:
- Size: 5.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fireblogs
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).