vue-web-component:使用Vue CLI 3构建的示例Web组件

时间:2024-02-27 03:36:40
【文件属性】:

文件名称:vue-web-component:使用Vue CLI 3构建的示例Web组件

文件大小:254KB

文件格式:ZIP

更新时间:2024-02-27 03:36:40

vuejs web-components vue-test-utils WebComponentsHTML

@quannt在vuejs中内置的示例Web组件 该小部件是使用并使用编译成一个Web组件。 最终的构建文件位于dist文件夹下。 您可以从localhost提供index.html来查看运行中的小部件。 构建设置 # install dependencies $ yarn # serve with hot reload at localhost:8080 $ yarn serve # run tests $ yarn test # build for production $ yarn build:wc


【文件预览】:
vue-web-component-master
----.gitignore(25B)
----package.json(3KB)
----src()
--------main.js(366B)
--------assets()
--------App.vue(382B)
--------pages()
----yarn-error.log(317KB)
----dist()
--------demo.html(169B)
--------idf-widget.js.map(84KB)
--------idf-widget.min.js(26KB)
--------idf-widget.js(68KB)
--------idf-widget.min.js.map(100KB)
--------img()
----public()
--------index.html(557B)
--------favicon.ico(1KB)
----README.md(628B)
----vue.config.js(317B)
----index.html(5KB)
----.vscode()
--------settings.json(2KB)
----babel.config.js(115B)
----index.css(2KB)
----yarn.lock(296KB)

网友评论