Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mysticatea/vue-eslint-demo

The online demo to check `eslint-plugin-vue`.
https://github.com/mysticatea/vue-eslint-demo

eslint eslint-plugin-vue javascript monaco-editor vuejs vuejs2

Last synced: about 2 months ago
JSON representation

The online demo to check `eslint-plugin-vue`.

Awesome Lists containing this project

README

        

# vue-eslint-demo

The online demo to check [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue#readme).

## โคด๏ธ Motivation

- Let's make the reproduce code/config of bugs. It would help issue handling.

## ๐Ÿ’ฟ Installation

Open https://mysticatea.github.io/vue-eslint-demo/

- It does not support browsers which don't support ES2015.

## ๐Ÿ“– Usage

- Choose rules in sidebar to enable.
- Input code the center area.
- Right area shows the result of `eslint --fix`.
- Bottom area shows the error list.

## ๐Ÿ“ฐ Changelog

- [GitHub Releases](https://github.com/mysticatea/vue-eslint-demo/releases)

## ๐Ÿป Contributing

Welcome contributing!

Please use GitHub's Issues/PRs.

### Development Tools

- `npm run build` builds the app into `/dist` directory.
- `npm run clean` removes `/dist` directory.
- `npm run deploy` builds the app, then updates `gh-pages` branch, then pushes it to GitHub.
- `npm run update-deps` installs the latest `eslint`, `eslint-plugin-vue`, and `vue-eslint-parser`.
- `npm run watch` runs the app with `webpack-dev-server`.