Develop Vue apps faster!
A boilerplate that lets you get started on developing Vue applications. It includes vuex for state management, axios for HTTP client request, vuelidate for forms and validations, jest and vue test utils for unit testing, authentication and route guards, and many more!
Awesome Features
Integrated with the most popular and best vue core libraries

VUEX
State Management
A state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application.
AXIOS
HTTP Client
A popular, promise-based HTTP client that sports an easy-to-use API and can be used in both the browser and Node.js.

VUELIDATE
Form Validation
A simple, lightweight model-based validation for Vue.js. It is a data-model oriented, meaning validation rules are added to a validations object in the component definition.

JEST & TEST UTILS
Unit Testing
Built with most common test utilities and template to easily get started on writing unit tests.

FIREBASE
Database & Authentication
Built with simple login authentication and database connected to firebase.

Project Structure
Pre-built with the most common Vue configurations and customized codebase for cleaner and more maintanable project structure for building large and complex applications.
Multi-File Component
Vue component content is seperated into different files (template, scss, js and spec) for a more maintanable and cleaner code.
Smart & Dumb Components
An Angular inspired approach for data communication between different modules and components.
Learn moreConfigurations & Styles
Well crafted and organized folder structure for different Vue configurations and application styles.