All Projects → binbytes → Nuxt Chat App

binbytes / Nuxt Chat App

Frontend of real-time chat application built using nuxtjs, socket.io. Check the backend at https://github.com/binbytes/chat-app-server.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nuxt Chat App

Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-29.87%)
Mutual labels:  nuxt, nuxtjs, spa
Python Module
Write Nuxt.js applications using Python! [Experimental]
Stars: ✭ 181 (+135.06%)
Mutual labels:  nuxt, nuxtjs, frontend
wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: ✭ 103 (+33.77%)
Mutual labels:  spa, progressive-web-app, nuxt
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (+83.12%)
Mutual labels:  nuxt, nuxtjs, spa
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+44794.81%)
Mutual labels:  nuxt, nuxtjs, spa
Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (-41.56%)
Mutual labels:  nuxt, nuxtjs
Realworld Nuxt
Nuxt.js implementation of RealWorld Frontend
Stars: ✭ 45 (-41.56%)
Mutual labels:  nuxt, nuxtjs
Pwa Module
Zero config PWA solution for Nuxt.js
Stars: ✭ 1,033 (+1241.56%)
Mutual labels:  nuxt, nuxtjs
Eslint Module
ESLint module for Nuxt.js
Stars: ✭ 49 (-36.36%)
Mutual labels:  nuxt, nuxtjs
Opencart
Free PWA & SPA for OpenCart
Stars: ✭ 50 (-35.06%)
Mutual labels:  nuxt, spa
Docker Nuxt
Docker image to run NUXT.js application in production mode
Stars: ✭ 71 (-7.79%)
Mutual labels:  nuxt, nuxtjs
Laravel Vuetify Spa
Laravel-Vue SPA starter project template with Vuetify frontend.
Stars: ✭ 73 (-5.19%)
Mutual labels:  frontend, spa
Quickjam
Starter template for Nuxt apps bundled with an API
Stars: ✭ 42 (-45.45%)
Mutual labels:  nuxt, nuxtjs
Nuxt Box
Truffle, Nuxt and Vue boilerplate
Stars: ✭ 46 (-40.26%)
Mutual labels:  nuxt, nuxtjs
Nuxt Template
🗃 Nuxt Template (Typescript + Composition API)
Stars: ✭ 40 (-48.05%)
Mutual labels:  nuxt, nuxtjs
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+1192.21%)
Mutual labels:  frontend, spa
Nuxt Compress
A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
Stars: ✭ 61 (-20.78%)
Mutual labels:  nuxt, nuxtjs
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-23.38%)
Mutual labels:  nuxt, spa
Captain Fact Frontend
🔎 CaptainFact - Frontend. The one you see on https://captainfact.io
Stars: ✭ 74 (-3.9%)
Mutual labels:  frontend, spa
Nuxt Tailwind
A Nuxt.js starter project template using Tailwind CSS without the distraction of a complicated development environment.
Stars: ✭ 71 (-7.79%)
Mutual labels:  nuxt, nuxtjs

Chat Application Frontend

An frontend of chat application built using nuxt.js

Build Setup

# install dependencies
$ npm install # Or yarn install

# copy and setup .env
cp .env.example .env

# serve with hot reload at localhost:3000
# service worker is disabled in dev
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].