UNPKG

nk-cli

Version:

Initialize a vite app fast by NK-CLI

11 lines (7 loc) 187 B
import type { App } from 'vue'; import { createPinia } from 'pinia'; const store = createPinia(); export function setupStore(app: App<Element>) { app.use(store); } export { store };