Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/i-m-hossain/dojo-blog-----vue--firebase----

This is a simple blog website using Firebase featuring composition api (along with composable function),web form, CRUD operation from Firebase, Spinner loader, Order by created at time and a lot of basic things to get started with VUE JS 3
https://github.com/i-m-hossain/dojo-blog-----vue--firebase----

Last synced: about 1 month ago
JSON representation

This is a simple blog website using Firebase featuring composition api (along with composable function),web form, CRUD operation from Firebase, Spinner loader, Order by created at time and a lot of basic things to get started with VUE JS 3

Awesome Lists containing this project

README

        

# dojo-blog

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