Installation

Vue Structure requires Vue CLI 3.

To download and install see installation guide

Quick installation command

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

To install vue structure follow these commands

# Create new project
vue create my-project

# Go into your new folder
cd my-project

# Add Vue Structure Plugin
vue add structure

# Start Developing!
yarn serve
# or
npm run serve