Skip to content

shirodkarpushkar/socket-client-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Vue Application

Simple socket chat app built using VueJs.

View demo at https://shirodkarpushkar.github.io/socket-client-vue

Dependencies

  • socket.io-client
  • bootstrap
  • command-line-args
  • crypto-js
  • font-awesome
  • jquery
  • jsonwebtoken
  • lodash
  • normalize.css
  • nprogress
  • roboto-fontface
  • v-runtime-template
  • vue
  • vue-awesome-swiper
  • vue-image-lightbox
  • vue-lazyload
  • vue-meta
  • vue-perfect-scrollbar
  • vue-multiselect
  • vue-popperjs
  • vue-router
  • vue-toasted
  • vuejs-paginate
  • vuelidate
  • vuex

Installation

# 1. Clone the repository.
git clone {REPO_URL}

# 2. Enter your newly-cloned folder.
cd {PROJECT_DIR}

# 3. Install dependencies. Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install
yarn

# 4. Start the development server.
yarn dev

Development

Want to contribute? Great! Pull Request's shall be verified and accepted.

License

MIT