Category: Vuejs
-
Vuejs: Constants from back end API
Reading Time: 2 minutes Hardcoded values make a developer’s job hectic if these are repeated at several places in the codebase. That is why constants are an indispensable part of an application. It’s easy and intuitive to keep your application constants in a separate file and import them in other files to use. import constants…