Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecodechef/vue-cli-plugin-editorconfig

A VueJS CLI plugin that generates a .editorconfig file for you.
https://github.com/thecodechef/vue-cli-plugin-editorconfig

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# vue-cli-plugin-editorconfig

[![Greenkeeper badge](https://badges.greenkeeper.io/thecodechef/vue-cli-plugin-editorconfig.svg)](https://greenkeeper.io/)

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

> Add to your Application with VueJS Cli 3

```bash
# 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
```