vue-bulma / vue-admin

We are refactoring it, using the latest Vue and Bulma. WIP
9.43k stars 1.61k forks source link

where is the "package" in the client/store/index.js #216

Closed lemos1235 closed 7 years ago

lemos1235 commented 7 years ago
import Vue from 'vue'
import Vuex from 'vuex'
import pkg from 'package'
import * as actions from './actions'
import * as getters from './getters'

import app from './modules/app'
import menu from './modules/menu'

Vue.use(Vuex)

I could not find the "package" in this project.

Yaty commented 7 years ago

It's package.json :)