خرید بک لینک

Vote count: 0

so I'm trying to write a simple hello world program using Polymer. The problem I'm having is whenever I run the #polymer serve command and load up my webpage it can't find the webcomponents.min.js and the iron-component-page.html. Any reason as to why this is happening and how can I fix it?

enter image description here

index.html

<!doctype html>

<html>
  <head>
    <title>polymer-element</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="../webcomponentsjs/webcomponents-lite.js"></script>
    <link rel="import" href="../iron-component-page/iron-component-page.html">
  </head>
  <body>
    <iron-component-page src="polymer-element.html"></iron-component-page>
  </body>
</html>

asked 18 secs ago

برچسب: polymer 404,pla polymer 4042d, نویسنده: استخدام کار تاريخ: پنجشنبه 21 مرداد 1395 ساعت: 11:21

صفحه بندی