Awesome
feathers-chat-vuex
Built on Feathers-Vuex 3.x
This is the new version of the Feathers Chat single page application using feathers-vuex. There is another version available that is no longer maintained at https://github.com/feathersjs-ecosystem/feathers-chat-vuex-0.7. It serves as a valuable comparison of the old API with the new API.
<a href="https://docs.feathersjs.com/guides/basics/frontend.html"> <img src="https://docs.feathersjs.com/assets/img/feathers-chat.91960785.png" alt="Feathers Chat UI"> </a>API Setup
This project is designed to work alongside the feathers-chat
application. Please make sure you have the feathers-chat
server app running before you try to use this one.
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint