Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fexell/feathers-nuxt
Feathers Nuxt Boilerplate Github Repo
https://github.com/fexell/feathers-nuxt
Last synced: about 2 months ago
JSON representation
Feathers Nuxt Boilerplate Github Repo
- Host: GitHub
- URL: https://github.com/fexell/feathers-nuxt
- Owner: fexell
- License: mit
- Created: 2018-10-20T19:31:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T04:41:04.000Z (2 months ago)
- Last Synced: 2024-11-02T05:22:02.759Z (2 months ago)
- Language: JavaScript
- Size: 6.37 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 104
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Feathers JS + Nuxt JS Boilerplate
Information
This is a boilerplate using Feathers JS and Nuxt JS. Everything is already setup:
- Feathers JS
- Nuxt JS
- Vuex
- Login
- Sign up/Register
- Automatic re-authentication
- Vuelidate
- Vue-Notifications
If you want to help with developing this boilerplate, please send me a message here or to my email:
[email protected]. Please keep in mind that this is the public repo of this boilerplate. There is
a private repo where I push updates more frequently, and this is the reason why you have to message me, to gain access to it.
Updates
Updates and announcements will be displayed here, as in information on what I'm currently working on for the boilerplate.
- Better
form
handling.- Security updates. This will be pushed as we go.
* : Updates/New features not yet pushed to this repo.
Installation
Clone this repo:
git clone [email protected]:fexell/featherjs-nuxtjs-boilerplate.git
Install (with NPM):
npm i
Run (with NPM):
npm start
npm run dev
Check the [documentation](https://gitlab.com/fexell/featherjs-nuxtjs-boilerplate/wikis/Documentation) for more information about how to use this boilerplate.