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
- Host: GitHub
- URL: https://github.com/mustafadalga/chat
- Owner: mustafadalga
- Created: 2020-02-03T09:46:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:25:47.000Z (over 2 years ago)
- Last Synced: 2025-01-18T08:33:51.772Z (4 months ago)
- Topics: chat, chat-application, vue, vue-cli, vue-cli-4, vue-components, vue-router, vuejs
- Language: Vue
- Homepage: https://ivarchat.firebaseapp.com/
- Size: 687 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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/).