Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`.
- Host: GitHub
- URL: https://github.com/mysticatea/vue-eslint-demo
- Owner: mysticatea
- License: mit
- Created: 2017-11-28T08:09:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T16:54:05.000Z (over 5 years ago)
- Last Synced: 2024-05-02T06:14:43.668Z (8 months ago)
- Topics: eslint, eslint-plugin-vue, javascript, monaco-editor, vuejs, vuejs2
- Language: JavaScript
- Homepage: https://mysticatea.github.io/vue-eslint-demo/
- Size: 15.1 MB
- Stars: 31
- Watchers: 3
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.