Skip to content

A full-stack boilerplate leveraging Nuxt 2.x and Feathers 3.x.

License

Notifications You must be signed in to change notification settings

leopiccionia/nuxt-feathers-boilerplate

Repository files navigation

nuxt-feathers-boilerplate

A full-stack boilerplate leveraging Nuxt 2.x and Feathers 3.x.

It's still work-in-progress. Use it at your own risk.

Features

  • Hot-reloading on back-end and front-end
  • REST and SocketIO pre-installed

Roadmap

  • Integration with feathers-vuex (coming soon)

Useful commands

# 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.

Credits

This repo is based on create-nuxt-app Express template and @featherjs/cli app generator.

About

A full-stack boilerplate leveraging Nuxt 2.x and Feathers 3.x.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published