vue-cuba-app
v0.1.2
Published
Vue wrapper for cuba.js
Readme
Vue wrapper for cuba.js
Install:
npm install [email protected] --saveHow to use:
import Cuba from 'vue-cuba-app'
Vue.use(Cuba, {
name: 'myApp',
apiUrl: 'http://localhost:8080/app/rest/'
});