Skip to content

Commit 6cf141e

Browse files
committed
Initial commit
0 parents  commit 6cf141e

File tree

10 files changed

+5602
-0
lines changed

10 files changed

+5602
-0
lines changed

.eslintrc.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
root: true,
3+
env: {
4+
browser: true,
5+
node: true
6+
},
7+
extends: 'standard',
8+
// add your custom rules here
9+
rules: {},
10+
globals: {}
11+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
dist
3+
.editorconfig

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This product is distributed under the [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# vue-axe
2+
3+
---
4+
5+
Accessibility auditing for Vue.js applications

example/index.html

Whitespace-only changes.

0 commit comments

Comments
 (0)