Overview

Vue Structure

Vue structure offers a project structure for the average Vue project with Vuex and Vue router. It's made following the: Airbnb Style Guide and Vue Style Guide.

Features

  • Router
  • Store (State Management)
  • Directives folder (with globals file)
  • Filters folder (with globals file)
  • Mixins folder (with globals file)
  • Views folder (with "404 Not Found view")
  • Asset folder included: fonts, icons, images and SCSS files.
  • Airbnb Code Style

Packages