Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.16 KB

Keyboard Layout Analyzer. Modern Remake

  • Vue.js 3
  • ES2015+ (features supported by the latest browsers)
  • CSS3
  • HTML5

Under development. See the working Angular.js version here https://github.com/NSUSpray/keyboard-layout-analyzer

Dependencies

TODO

  • import/export/load key sets
  • key editor window
  • conversions between key maps

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build