Skip to content

Modules

StarterStack comes bundled with some convenient javascript modules.

ModuleDescriptionLocation
createContent.jsThis is helpful when building composable components where the Vue Provide/Inject pattern is used./frontend/modules/components/createContext.js
useCurrencyFormat.jsThis is helpful for formatting currency values in components./frontend/modules/components/useCurrencyFormat.js
isValidPhoneFormat.jsThis is helpful for validating input of phone numbers with VeeValidate./frontend/modules/validators/isValidPhoneFormat.js