GitHub - Chanran/vueSocketChatroom: vue2.x + vue-router2.x+ vuex2.x + vux2.x + express + socket.io immediate chat room (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

Chanran / vueSocketChatroom Public

vue2.x + vue-router2.x+ vuex2.x + vux2.x + express + socket.io immediate chat room

License

MIT license

45 stars 16 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory76 Commits
build build
config config
docs docs
server server
src src
static static
test/unit test/unit
.babelrc .babelrc
.editorconfig .editorconfig
.eslintignore .eslintignore
.eslintrc.js .eslintrc.js
.gitignore .gitignore
.postcssrc.js .postcssrc.js
LICENSE LICENSE
README.md README.md
index.html index.html
package.json package.json

Repository files navigation

socket.io immediate chat room

中文文档

glance

install dependencies

  1. node7.x
  2. auto restart node server tool
npm i -g nodemon
  1. QA tool
    install eslint plugin for your code editor(like "eslint" in vscode)

download

clone

git clone git@github.com:Chanran/vueSocketChatroom.git cd vueSocketChatroom

install dependencies

npm install -d

start

npm run dev
npm run server # open another terminal

visit http://localhost:8080/

deploy

npm install -g pm2 # install just once
npm i -d --production
npm run build
npm run deploy

tech docs

License

MIT

About

vue2.x + vue-router2.x+ vuex2.x + vux2.x + express + socket.io immediate chat room

Topics

express socket-io vuejs2 vue-cli vuex2 vue-router2

Resources

Readme

License

MIT license

Activity

Stars

45 stars

Watchers

5 watching

Forks

16 forks

Report repository

Releases

No releases published

Packages

No packages published

Contributors2

Languages