UNPKG

vuepress-theme-ccds-test

Version:

This is an anime blog theme based on vuepress, the theme is simple, colorful, versatile, and supports customization, providing multiple components to set the theme

14 lines (11 loc) 254 B
import { createStore } from 'vuex' const actions = require("./actions"); const mutations = require('./mutations') const state = require('./state') export default createStore({ state, mutations, actions, modules: { } })