Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/i-m-hossain/dojo-blog-----vue--firebase----
- Owner: i-m-hossain
- Created: 2021-01-20T20:09:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T20:10:49.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T07:28:27.270Z (3 months ago)
- Language: Vue
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).