add vuex store and federation layer for api calls

This commit is contained in:
j3d1 2024-04-08 20:57:04 +02:00
parent 0fd49bc023
commit 8d64a3c528
4 changed files with 506 additions and 1 deletions

View file

@ -5,10 +5,11 @@ import App from './App.vue'
import './scss/toolshed.scss'
import router from './router'
import store from './store';
import _nacl from 'js-nacl';
const app = createApp(App).use(BootstrapIconsPlugin);
const app = createApp(App).use(store).use(BootstrapIconsPlugin);
_nacl.instantiate((nacl) => {
window.nacl = nacl