leopiccionia / nuxt-feathers-boilerplate

A full-stack boilerplate leveraging Nuxt 2.x and Feathers 3.x.
MIT License
12 stars 1 forks source link
feathers feathers-client feathersjs nuxt nuxtjs

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

Roadmap

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.