A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Feathers-Vue is an open-source, fullstack app that combines Vue 2 with FeathersJS 2 to create modern real-time applications. This project includes features such as authentication, email verification, and email support. It is built using SASS, Stylus, Pug, ES6, ES7, and ES8 and utilizes Webpack, Vue Stash (for Redux Store), Bootstrap, Lodash, jQuery, and FontAwesome. Feathers-Vue also allows client-side data validation using mongoose schemas.
To get started with Feathers-Vue, follow these steps:
environment-dev.env and environment.env files to hold your environment variables. These files are ignored by git. You’ll need to provide a DATABASE_URL and your Gmail info for email verification.npm start to start the app.npm install.npm start.npm run production.Feathers-Vue is an open-source fullstack app built with Vue 2 and FeathersJS 2. It offers a range of features such as SASS, Stylus, Pug support, ES6-ES8 compatibility, Webpack for bundling, Vue Stash for state management, Bootstrap for responsive design, Lodash for utility functions, jQuery for DOM manipulation, FontAwesome for vector icons, and client-side data validation with mongoose schemas. The installation process involves either using Docker or setting up the project locally with NodeJS and npm.