Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

dnhn/vue-accessible-navigation

Repository files navigation

assign3

Vue.js — Assignment 3

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Requirements

Advanced features

  • Opening menu by number keys using vue-shortkey
  • Opening menu by voice using Speech Recognition
  • Providing voice feedback using Speech Synthesis

References