0.7.8 • Published 5 years ago

vue-cli-plugin-structure v0.7.8

Weekly downloads
68
License
MIT
Repository
github
Last release
5 years ago

NPM Downloads MIT License Issues Release Date

Vue CLI Plugin Structure

Vue Structure is a Vue CLI Plugin that generate a project structure. It's made following the: Javascript Conventions and Vue Style Guide.

Documentation

The Vue Structure documentation, visit Vue Structure Docs

Vue Structure provide

  • Conventional project structure
  • Code Comfort
  • Modularity

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

Infograpic

Packages

Getting Started

# Create new project with vue cli
vue create my-project
# Go into your new folder
cd my-project
# Add Vue Structure
vue add structure
# Start Developing!
yarn serve

Quick Installation

vue create --preset ericfennis/vue-structure {my-project}
0.7.8

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.2

5 years ago

0.7.0

5 years ago

0.6.6

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

6 years ago

0.5.0

6 years ago