vue-eslint-demo
vue-eslint-demo copied to clipboard
The online demo to check `eslint-plugin-vue`.
vue-eslint-demo
The online demo to check eslint-plugin-vue.
โคด๏ธ 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
๐ป Contributing
Welcome contributing!
Please use GitHub's Issues/PRs.
Development Tools
npm run buildbuilds the app into/distdirectory.npm run cleanremoves/distdirectory.npm run deploybuilds the app, then updatesgh-pagesbranch, then pushes it to GitHub.npm run update-depsinstalls the latesteslint,eslint-plugin-vue, andvue-eslint-parser.npm run watchruns the app withwebpack-dev-server.