Appearance
Modules
StarterStack comes bundled with some convenient javascript modules.
Module | Description | Location |
---|---|---|
createContent.js | This is helpful when building composable components where the Vue Provide/Inject pattern is used. | /frontend/modules/components/createContext.js |
useCurrencyFormat.js | This is helpful for formatting currency values in components. | /frontend/modules/components/useCurrencyFormat.js |
isValidPhoneFormat.js | This is helpful for validating input of phone numbers with VeeValidate . | /frontend/modules/validators/isValidPhoneFormat.js |