polymer-bundler
Moved to Polymer/tools monorepo
File Explorer
Download Latest Version (.zip)- PULL_REQUEST_TEMPLATE
- settings.json
- command-line-args.d.ts
- command-line-usage.d.ts
- espree.d.ts
- mkdirp.d.ts
- polymer-bundler.ts
- .eslintrc.json
- bundle-manifest_test.ts
- bundler_test.ts
- constants_test.ts
- deps-index_test.ts
- es6-module-bundler_test.ts
- es6-module-bundling-scenarios_test.ts
- html-bundler_test.ts
- parse5-utils_test.ts
- polymer-bundler_test.ts
- shards_test.ts
- sourcemap_test.ts
- test-utils.ts
- test-utils_test.ts
- url-utils_test.ts
- encode-string.ts
- LICENSE
- README.md
- analyzer-utils.ts
- babel-utils.ts
- bundle-manifest.ts
- bundler.ts
- constants.ts
- deps-index.ts
- document-collection.ts
- es6-module-bundler.ts
- es6-module-utils.ts
- es6-rewriter.ts
- html-bundler.ts
- matchers.ts
- parse5-utils.ts
- source-map.ts
- url-utils.ts
- utils.ts
- import.html
- script.js
- style.css
- external-dependency.html
- B.html
- C.html
- C.js
- D.html
- E.html
- A.html
- A.js
- ordering.dot
- ordering.svg
- import-a.css
- import-b.css
- empty.html
- external.css
- external.js
- sub-base.html
- import.html
- fragment-a.html
- fragment-b.html
- shared-util.html
- shell.html
- eager-import-1.html
- eager-import-2.html
- lazy-import-3.html
- deeply-lazy-import-1.html
- deeply-lazy-imports-eager-import-1.html
- lazy-import-1.html
- lazy-import-2.html
- shared-eager-and-lazy-import-1.html
- shared-eager-import-1.html
- shared-eager-import-2.html
- second.html
- another-simple-import.html
- base.html
- body-import.html
- body-url.html
- comment-in-import.html
- doc-linked-style.css
- eagerly-importing-a-fragment.html
- external-script.html
- external.js
- import-linked-style.css
- import-linked-style.html
- inline-script.html
- lazy-imports.html
- regular-style.css
- remote-script.html
- remote-stylesheet.html
- simple-import.html
- simple-style.css
- style-order-test-import.html
- super-base.html
- url-style.css
- first-script.js
- second-script.js
- first-script.js
- second-script.js
- first-import.html
- first-script.js
- second-import.html
- second-script.js
- third-script.js
- test-b.html
- test-a.html
- test-c.html
- app-main.html
- import.html
- first.html
- in.html
- second.html
- after.js
- before.js
- cmd.txt
- index.html
- index.min.html
- main.html
- nested.html
- common.html
- dep1.html
- dep2.html
- endpoint1.html
- endpoint2.html
- common.html
- dep1.html
- dep2.html
- dep3.html
- entrypoint1.html
- entrypoint2.html
- shell.html
- has-babel-map.html
- babel-map.js
- C.js
- C.js.map
- C.orig.js
- has-map.html
- no-map.html
- has-map.html
- no-map.html
- orig.js
- external.html
- external.js
- inline.html
- combined.html
- external.html
- inline.html
- invalid.html
- root.js
- imported-style.css
- element-with-style-import.html
- home.html
- index.html
- settings.html
- absolute-paths.html
- base.html
- comments.html
- css-imports.html
- custom-protocol.html
- default.html
- external-dependencies.html
- external-in-template.html
- external.html
- firebase.html
- import-empty.html
- import-in-body.html
- inline-styles.html
- inside-template.html
- multiple-imports.html
- old-polymer.html
- order-test.html
- scripts.html
- spaces.html
- style-order-test-doc.html
- style-rewriting.html
- xss.html
- xss.js
- mocha.opts
- .clang-format
- .editorconfig
- .gitattributes
- .gitignore
- .npmignore
- .travis.yml
- appveyor.yml
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/Polymer/polymer-bundler
Downloads the entire project code from GitHub to your computer.
cd polymer-bundler
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
