I'm trying Polymer 3, and i'm asking a question. Is it possible to try it (or to build a complete app) without using Polymer CLI?
After searching, I think that it's not really possible because of using package names in my imports.
As the documentation say : "Using package names in your imports makes it easier to install third-party dependencies, and removes the need to juggle the different path styles of elements and applications. Previously, for example, you had to import the Polymer library from ./node_modules/@polymer/polymer/polymer-element.js in apps, and from ../@polymer/polymer/polymer-element.js in reusable elements. Now, apps and reusable elements can both import from @polymer/polymer/polymer-element.js.
The Polymer CLI tools automatically resolve and rewrite imports that use package names to imports that use paths, producing web-compatible code for the browser."
Is there any solution to use Polymer 3 without Polymer CLI ?
thanks a lot