How to write a configuration file to modify a vue project

the current project is vue+vuex+webpack
received the request: the link with two button points wants to modify
through the configuration file.
what technology does the rookie need to ask


does not understand your needs and cannot clearly describe


non-fixed data? It can be saved to the database through the background management, and the front end obtains the data through the interface.


can be done through the front-end local json configuration, and the project can be run by reading the configuration. Just change the json file after launch.

Menu