Aloha is a Vue.js-based, highly customizable, internationalized framework for helping developers write code faster and more efficient, with an especial focus on accessibility.
$ npm install aloha-vue
# at aloha/docs
# serve with hot reloading at localhost:9000
# node v18.16
$ npm run serve
The documentation can be found in DOCS. Each component has a dedicated demo page outlining both basic and advanced usage, along with an overview table.
Aloha documentation is available in English, German, Spanish, French, Arabic, Italian, Russian and Croatian.
# start all tests
$ npm run test
# start one test
$ npm run test src/filters/__tests__/filterList.test.js
aloha-vue is released under MIT license.