gpt4 book ai didi

polymer - 在 Visual Studio 2015 中运行 polymer

转载 作者:行者123 更新时间:2023-12-02 10:34:12 25 4
gpt4 key购买 nike

嗨,我想在 Visual Studio 中执行 polymer 组件(polymer3.x),我能够运行 polymer cli 和 polymer 服务,并且我可以看到输出。但是当我尝试在 Visual Studio 项目中执行我的代码时,我得到`错误

Failed to resolve module specifier "@polymer/polymer/lib/utils/import-href.js". Relative references must start with either "/", "./", or "../".

我找到这个链接https://github.com/Polymer/tools/issues/363但我很困惑我应该改变什么?顺便说一句,我将相对路径 @polymer/polymer/更改为 ../polymer/polymer/但不起作用

`

最佳答案

我尝试使用 Visual Studio 2017,它可以工作,但相对路径很重要

在 polymer 元素中必须导入polymer-element.js

import { PolymerElement, html } from '../node_modules/@polymer/polymer/polymer-element.js';

并且在您的html页面中必须添加webcomponents-loader.js,并且您使用类型为模块的脚本添加 polymer 元素

>  <script
> src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
>
> <script src="component/my-polymerelement.js" type="module">

关于polymer - 在 Visual Studio 2015 中运行 polymer ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51129707/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com