A full-stack boilerplate leveraging Nuxt 2.x and Feathers 3.x.
It's still work-in-progress. Use it at your own risk.
- Hot-reloading on back-end and front-end
- REST and SocketIO pre-installed
- Integration with
feathers-vuex
(coming soon)
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# run @featherjs/cli commands
$ yarn server generate service # generate new Feathers service
$ yarn server generate hook # generate new Feathers hook
$ yarn server help
# generate static project
$ yarn static
For detailed explanation on how things work, checkout Nuxt.js and Feathers docs.
This repo is based on create-nuxt-app Express template and @featherjs/cli app generator.