Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thecodechef/vue-cli-plugin-editorconfig
- Owner: thecodechef
- License: mit
- Created: 2018-07-16T22:28:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T02:11:10.000Z (over 4 years ago)
- Last Synced: 2024-11-09T15:05:51.797Z (about 2 months ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```