Home
Softono
nuxt-chat-app

nuxt-chat-app

Open source JavaScript
87
Stars
20
Forks
1
Issues
8
Watchers
8 years
Last Commit

About nuxt-chat-app

# Chat Application Frontend > An frontend of chat application built using nuxt.js ## Build Setup ``` bash # 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 ```

Platforms

Web Self-hosted

Languages

JavaScript

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