/Feathers4-Vue-FeathersVuex3

Feathers4 + Authentication + Vue + FeathersVuex2 + Vuetify

Primary LanguageJavaScriptMIT LicenseMIT

Feathers 4 – Vue – Feathers-Vuex 3.x – Vuetify

This project is prepared to provide an example of new Feathers 4 on server side and utilization of Feathers-Vuex 2.0 on the client side. Server side can be generated by standard “feathers g app” command. Authentication is included. All the options are default values creating NeDB storage. Be careful to use latest @feathers/cli version.

Base of client side can be generated vue-cli (v3 or later) and adding Vuetify.

Related to Feathers-Vuex2.0, the guiding given in issues #216 and #266 are applied. Or simply refer to latest info on [https://vuex.feathersjs.com/].

For client side, inspiration comes from Coding Garden with CJ,

Project includes Login, SignUp, Logout and access to secret pages after successful login.

Hope resultant project is helpful for a starting point.

How to get started

First, clone this repo

Server (Feathers)

  • cd server
  • npm install
  • npm run dev

Client (Vue-Vuetify)

  • cd client
  • npm install
  • npm run serve