A Vue.js project setup using @vue/cli with gRPC-web, google-protobuf, and Element UI. Version 0.1.5 is the current stable release. It focuses on integrating Google Cloud services into a Vue application via gRPC-web. Differentiators include pre-configured gRPC-web and Element UI for rapid cloud-powered UI development. The package appears to be a scaffolded project template rather than a library, with no regular release cadence.
npm install gcloud-core-appNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a new Vue project with @vue/cli, then install gRPC-web, protobuf, and Element UI.
Do not import this package. Follow the README to create your own project.
Uninstall vue-cli with 'npm remove vue-cli', then install @vue/cli with 'npm i -g @vue/cli'.
Use Webpack or Vue CLI's built-in bundler. Ensure webpack configuration allows .js files from node_modules.
If upgrading to Vue 3, use Element Plus instead.
Run: npm install grpc-web --save
Run: npm install google-protobuf --save
In main.js, add: import ElementUI from 'element-ui'; Vue.use(ElementUI);
No dependency data recorded yet.