Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.59 KB

README.md

File metadata and controls

50 lines (44 loc) · 1.59 KB

Feathers JS + Nuxt JS Boilerplate

Information

This is a boilerplate using Feathers JS and Nuxt JS. Everything is already setup:

  1. Feathers JS
  2. Nuxt JS
  3. Vuex
  4. Login
  5. Sign up/Register
  6. Automatic re-authentication
  7. Vuelidate
  8. Vue-Notifications


If you want to help with developing this boilerplate, please send me a message here or to my email: fexellofficial@gmail.com. Please keep in mind that this is the public repo of this boilerplate. There is a private repo where I push updates more frequently, and this is the reason why you have to message me, to gain access to it.

Updates

Updates and announcements will be displayed here, as in information on what I'm currently working on for the boilerplate.

  1. Better form handling.
  2. Security updates. This will be pushed as we go.

* : Updates/New features not yet pushed to this repo.


Installation

Clone this repo:
git clone git@gitlab.com:fexell/featherjs-nuxtjs-boilerplate.git
Install (with NPM):
npm i
Run (with NPM):
npm start npm run dev

Check the documentation for more information about how to use this boilerplate.