Skip to content

Numbers to words converter with Vue 3 Composition API Script Setup

Notifications You must be signed in to change notification settings

notarious2/numWordsApp

Repository files navigation

Convert Numbers to Words

This dynamic SPA was build using Vue.js


The project utilizes the following Vue features:

  • Event handling and data binding
  • Vue router
  • Parent-child communication with props
  • Parent-child (child function) communication with refs

You can convert numbers to words in 11 languages

Alt homepage

Alt home

Alt Api

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build