Skip to content

Instantly share code, notes, and snippets.

import storeModule from './store-module';
export default async ({ Vue, router, store }) => {
Vue.use(storeModule, router, store, {
preserveState: preserveState
});
}
@CheyenneForbes
CheyenneForbes / install-proto.sh
Last active March 13, 2018 15:13 — forked from samklr/install-proto.sh
Install Protobuf debian ...
#! /bin/bash
PB_VERSION=2.5.0
wget https://github.com/google/protobuf/releases/download/v$PB_VERSION/protobuf-$PB_VERSION.tar.gz
tar xzf protobuf-$PB_VERSION.tar.gz
cd protobuf-$PB_VERSION
sudo apt-get update
sudo apt-get install build-essential
sudo ./configure
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 2.0.10
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
Copyright (c) 2013-2017 Niels Lohmann <http://nlohmann.me>.
Permission is hereby granted, free of charge, to any person obtaining a copy