thecodechef / vue-cli-plugin-editorconfig

A VueJS CLI plugin that generates a .editorconfig file for you.
MIT License
1 stars 1 forks source link

vue-cli-plugin-editorconfig

Greenkeeper badge

A VueJS CLI plugin that generates a .editorconfig file for you.

Add to your Application with VueJS Cli 3

# Using NPM
npm i -g @vue/cli
# Using Yarn
yarn global add @vue/cli
# Create Your App
vue create my-app
# Change to Apps Directory
cd my-app
# Add EditorConfig to your setup
vue add editorconfig