new store()
The VueX store allows all components to share a single set of data. The majority of the store is partitioned into namespaced modules that take care of GitHub login and build monitoring, Workshop creation and editing, and Template management.
Members
-
static Modules
-
Properties:
Name Type Description templatetemplate Template store module. githubgithub GitHub store module. workshopworkshop Workshop store module. -
static Mutations
-
Properties:
Name Type Default Description setEditItemstring editingItem Set the URL of the item being edited. -
static State
-
Properties:
Name Type Description topicListArray.<string> Topics available for tagging repositories. editingItemboolean | string The URL of the item being edited, or false if nothing is being edited.