mysticatea / vue-eslint-demo

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

Home Page:https://mysticatea.github.io/vue-eslint-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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.

About

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

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

License:MIT License


Languages

Language:JavaScript 64.6%Language:Vue 30.1%Language:HTML 5.3%