All Projects → mysticatea → Vue Eslint Demo

mysticatea / Vue Eslint Demo

Licence: mit
The online demo to check `eslint-plugin-vue`.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Eslint Demo

Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+3296.55%)
Mutual labels:  eslint, vuejs2
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (+127.59%)
Mutual labels:  eslint, vuejs2
vue-eslint-editor
A code editor component to play ESLint.
Stars: ✭ 35 (+20.69%)
Mutual labels:  eslint, monaco-editor
Revuejs
🐇 A tiny, light and handy state management for vuejs 2, writing less verbose code.
Stars: ✭ 25 (-13.79%)
Mutual labels:  vuejs2
Sublimelinter Eslint
This linter plugin for SublimeLinter provides an interface to ESLint
Stars: ✭ 839 (+2793.1%)
Mutual labels:  eslint
Uiv
Bootstrap 3 components implemented by Vue 2.
Stars: ✭ 882 (+2941.38%)
Mutual labels:  vuejs2
Skyvow.github.io
🐶 My resume - 个人简历
Stars: ✭ 27 (-6.9%)
Mutual labels:  eslint
Shop Web Mgt
管理系统后台
Stars: ✭ 25 (-13.79%)
Mutual labels:  vuejs2
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-31.03%)
Mutual labels:  eslint
Blog Admin
personal blog administration and management, by iview
Stars: ✭ 13 (-55.17%)
Mutual labels:  vuejs2
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-58.62%)
Mutual labels:  eslint
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-68.97%)
Mutual labels:  eslint
Eslint Config
📝Consistent codestyle linter for your project
Stars: ✭ 15 (-48.28%)
Mutual labels:  eslint
Vue Transitions Css
A lightweight CSS library for adding transitions to Vue components ✨ 💚
Stars: ✭ 26 (-10.34%)
Mutual labels:  vuejs2
Eslint Closure
ESLint Plugin and Config for the Google JavaScript Style Guide
Stars: ✭ 21 (-27.59%)
Mutual labels:  eslint
Larastrator
All in one - admin panel with tailwindcss and vuejs.
Stars: ✭ 25 (-13.79%)
Mutual labels:  vuejs2
Vms
A Vue.js 2.0 Content Management System
Stars: ✭ 885 (+2951.72%)
Mutual labels:  vuejs2
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-58.62%)
Mutual labels:  eslint
Vue2 Datatable
The best Datatable for Vue.js 2.x which never sucks. Give us a star 🌟 if you like it! (DEPRECATED. As I, @kenberkeley, the only maintainer, no longer works for OneWay. Bugs may be fixed but new features or breaking changes might not be merged. However, it's still the best in my mind because of its extremely flexible usage of dynamic components)
Stars: ✭ 867 (+2889.66%)
Mutual labels:  vuejs2
Eslint Plugin React
React specific linting rules for ESLint
Stars: ✭ 7,472 (+25665.52%)
Mutual labels:  eslint

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].