UNPKG

vue-express-mongo-boilerplate

Version:

Express NodeJS application server boilerplate with Mongo and VueJS

15 lines (12 loc) 246 B
export function me(state) { return state.user; } export function notifications(state) { return state.notifications; } export function messages(state) { return state.messages; } export function searchText(state) { return state.searchText; }