Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 806 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 806 Bytes

feathers-chat-pinia

Built using feathers-pinia, Vue 3 + TypeScript + Vite.

Rewrite of feathers-chat-vuex project.

Feathers Chat UI

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 dev

Compiles and minifies for production

yarn build