What is Blue?
Blue was originally only a skeleton for Vuejs projects: something to clone, ready for a new project.
The problem was the impossibility to handle feature requests or bug fixing for the skeleton itself across every projects.
Imagine having 10 projects with the same bug: how would you handle it?
We decided to make Blue a collection of npm packages that are easily manageable using a classic semver approach: one update to fix them all!
Inspired by react-create-app for React, Blue handles everything for you directly from the node_modules folder, still allowing you to make changes on the webpack configuration if needed.
Just create a new project and start coding!
Do you really need to change how Blue logic works? Make sure to check the [_project configuration](/blue-configurations.md) section or send us issues or pull requests at https://github.com/Blocklevel/blue-next