the storage service for storing stuff in the browser
create default actions for the store if the endpoint is given it also generates actions for the endpoint
create default getters for the store
create default mutations for the store
create default state for the store
Generate a default store module
the name of the module
create a new action to add to the store which sends a get request
api endpoint
create a new action to add to the store which sends a post request
api endpoint
the last part of the url
Generated using TypeDoc