Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leopiccionia/nuxt-feathers-boilerplate
A full-stack boilerplate leveraging Nuxt 2.x and Feathers 3.x.
https://github.com/leopiccionia/nuxt-feathers-boilerplate
feathers feathers-client feathersjs nuxt nuxtjs
Last synced: 10 days ago
JSON representation
A full-stack boilerplate leveraging Nuxt 2.x and Feathers 3.x.
- Host: GitHub
- URL: https://github.com/leopiccionia/nuxt-feathers-boilerplate
- Owner: leopiccionia
- License: mit
- Created: 2018-09-30T20:35:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T18:05:51.000Z (about 6 years ago)
- Last Synced: 2023-02-26T19:42:11.221Z (almost 2 years ago)
- Topics: feathers, feathers-client, feathersjs, nuxt, nuxtjs
- Language: JavaScript
- Size: 33.2 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
``` bash
# 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](https://nuxtjs.org) and [Feathers](https://feathersjs.com/) docs.
## Credits
This repo is based on [create-nuxt-app](https://github.com/nuxt/create-nuxt-app) Express template and [@featherjs/cli](https://github.com/feathersjs/feathers/tree/master/packages/cli) app generator.