vue-cli-plugin-structure

0.7.8 • Public • Published

Vue Structure Logo

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}

Package Sidebar

Install

npm i vue-cli-plugin-structure

Weekly Downloads

14

Version

0.7.8

License

MIT

Unpacked Size

598 kB

Total Files

269

Last publish

Collaborators

  • ericfennis