Home

Awesome

Vue SPA Starter from WeavingBird

Vue Settler

A Vue 2.0 SPA starter based on the official vue webpack template. It includes the features already available in the official vue webpack template and adds the following opinionated set up configured out of the box:

Installation

This is a vue cli template so you can start using it the usual way:

vue init weavingbird/vue-settler yourapp
cd yourapp
npm install
npm run dev

This template is largely based on the official vue webpack full template and you can refer to the official template documentation for the inner workings and further customization as the instructions will work the same.

Other differences with the default webpack template

Besides the integration of the packages above to kick start your single page application, the following changes are made to the default webpack template:

Final thoughts

This is in no way a one size fit all but it does take care of most things we find ourselves repeating every time we set up a Vue project. It makes use of some of the best tools to streamline development and we believe it will kick start your projects faster.