点击 许多人喜欢pajek做网络可视化分析,但官方发布的Pajek.exe只能在windows安装并使用,其实Wiki上介绍了MacOS X上安装和使用Pajek的技巧,今天翻译并介绍给大家。 原文参见: Pajek installation on MacOS X by Miha Gornik http://vlado.fmf.uni-lj.si/pub/networks/pajek…
Vuex 的基本使用 一下是在 store 文件夹
//-------- store/index.js
import Vue from vue
import Vuex from vuex
import state from ./state
import mutations from ./mutations
Vue.use(Vuex);
export default new Vuex.Store({state,mutations
})//------- store/mutation…