vue-a11y / vue-a11y.com

Vue.js community effort to improve web accessibility - Website.
https://vue-a11y.com/
MIT License
62 stars 7 forks source link

Accessibility: Checklist #6

Open ktquez opened 4 years ago

ktquez commented 4 years ago

Issue that gathers information to build the checklist page.

https://vue-a11y.com/project/vue-a11y-checklist.html

georgialoper commented 4 years ago

I'm not sure how vue-specific we want this to be, but I think vox media's checklist provides an excellent jumping of point.

Their engineer checklist includes:

ktquez commented 4 years ago

Perfect @georgialoper

We can try to list specific items to solve accessibility flaws that are common when developing JavaScript applications (focused on Vue.js) and merge with important items from other more comprehensive checklists.

Would you like to build this with us?

georgialoper commented 4 years ago

@ktquez I'm interested in contributing where I can.

I'm having trouble running the project locally. I'm getting error @vuepress/plugin-blog apply ready failed. RangeError: Invalid array length at getIntervallers when running npm run dev, do I need any keys to get started?

ktquez commented 4 years ago

@georgialoper Awesome, we are happy with your initiative.

I think it is a bug in the plugin, I will do a test and see if any version is causing this and give you feedback.

ktquez commented 4 years ago

I updated the README and the .env.example Before running npm run dev you make cp .env.example .env.