0.0.11 • Published 3 years ago
@crasty/mdsp-vue v0.0.11
Vue 3 wrapper for MindSphere Web Components
local development
setup MindConnect-NodeJS - Development Proxy and setup proxy for your local server.
vite:
add this to vite.config.js
in defineConfig
options:
server: {
proxy: {
'/api': {
target: 'http://localhost:7707/',
changeOrigin: true,
xfwd: true,
}
}
},