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

https://github.com/mustafadalga/chat

A simple chat application developed with Vue.js
https://github.com/mustafadalga/chat

chat chat-application vue vue-cli vue-cli-4 vue-components vue-router vuejs

Last synced: 2 months ago
JSON representation

A simple chat application developed with Vue.js

Awesome Lists containing this project

README

        

# İvarchat

> A simple chat application developed with Vue.js

## Live Project :[İvarchat](https://ivarchat.firebaseapp.com/)

## Used technologies
* Vue JS
* Firebase
* Materialize CSS

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