Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
/ fue Public archive

SPA boilerplate with feathersjs and vuejs

License

Notifications You must be signed in to change notification settings

elaijuh/fue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUE

SPA boilerplate with FeathersJS as backend and Vue.js as frontend, stylished by Vuetify

  • Campatible with @feathersjs/cli and @vue/cli
  • Server side authentication by local and JWT
  • Server side authorization with casl
  • Client side authorization (UI visibility)
  • Client side feathers-vuex integrated

TODO

  • Online demo
  • Docker

Development

Start mongo service

docker run -d -p 27017:27017 -v ~/docker/data/db:/data/db --rm mongo:4.0

Start frontend server

make start-client

Start backend server

make start-server

Build

Build frontend

make build

About

SPA boilerplate with feathersjs and vuejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages