Registry / devops / gcloud-dict-vue

gcloud-dict-vue

JSON →
library1.0.11jsnpmunverified

A Vue.js project scaffolding tool that integrates Google Cloud Platform (gRPC-web) and Element UI for building cloud-connected file management interfaces. Version 1.0.11 is the latest stable release, but the package appears to be a template project rather than a library, with poor maintenance and minimal documentation. It is primarily a personal teaching tool with low adoption, lacking CI/CD or community support.

devops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ESM-only; CJS require will fail because the package has no main entry in package.json.

import GcloudFileVue from 'gcloud-dict-vue'

Element UI exports a default export, not named.

import ElementUI from 'element-ui'; Vue.use(ElementUI)

Protobuf generated files are typically imported from specific paths, not the root package.

import { SomeMessage } from 'google-protobuf/google/protobuf/compiler/plugin_pb'

Creates a new Vue CLI project, installs dependencies, and uses the gcloud-dict-vue default export as the root component.

vue create gcloud-file-vue cd gcloud-file-vue npm i -g @vue/cli npm install gcloud-dict-vue grpc-web google-protobuf element-ui -S vue add element-ui # Then in main.js: import GcloudFileVue from 'gcloud-dict-vue' import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' Vue.use(ElementUI) new Vue({ render: h => h(GcloudFileVue) }).$mount('#app')
Debug
Known footguns
deprecatedPackage has no meaningful functionality and appears to be a boilerplate with no updates since 2018.
gotchaPackage exports no named symbols; only a default Vue component.
gotchaThe package.json lacks a 'main' entry, causing import resolution to fail in Webpack/Vite.
breakingRequires grpc-web and google-protobuf versions that may be incompatible with newer Node or browser APIs.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
7 hits · last 30 days
gptbot
3
Resources