UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

15 lines (12 loc) 197 B
import actions from './actions'; import getters from './getters'; import mutations from './mutations'; const state = { count: 0 }; export default { state, actions, getters, mutations };