1- = Bundling an NPM version of TinyMCE with ES6 and Vite
2- :navtitle: ES6 and npm
1+ = Bundling TinyMCE from NPM with ES6 and Vite
2+ :navtitle: ES6 and NPM
33:description_short: Bundling an NPM version of TinyMCE in a project using ES6 and Vite
44:description: Bundling an NPM version of TinyMCE in a project using ES6 and Vite
55:keywords: vite, es6, es2015, npm, modules, tinymce
6- :installtype: a npm
6+ :installtype: a NPM
77:bundler: https://vitejs.dev[Vite]
88:syntax: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules[ES6+ syntax]
99
@@ -13,19 +13,19 @@ include::partial$module-loading/bundling-procedure-intro.adoc[]
1313
1414This guide requires the following:
1515
16- * Node.js and npm .
16+ * Node.js and NPM .
1717* Basic knowledge of how to use https://vitejs.dev[Vite].
18- * For self-hosted deployments: A valid license key starting with `T8LK:` from your link:{accountpageurl}/[{accountpage}]
18+ // * For self-hosted deployments: A valid license key starting with `T8LK:` from your link:{accountpageurl}/[{accountpage}]
1919* (Optional: For premium features) The latest premium .zip bundle of TinyMCE that includes premium plugins.
2020
21- [IMPORTANT]
22- ====
23- When self-hosting TinyMCE 8:
21+ // [IMPORTANT]
22+ // ====
23+ // When self-hosting TinyMCE 8:
2424
25- * A license key is required for commercial deployments
26- * Keys must start with the `T8LK:` prefix
27- * For hybrid deployments that need both cloud features and local fallback, you can use both `license_key` and `api_key`
28- ====
25+ // * A license key is required for commercial deployments
26+ // * Keys must start with the `T8LK:` prefix
27+ // * For hybrid deployments that need both cloud features and local fallback, you can use both `license_key` and `api_key`
28+ // ====
2929
3030== Procedures
3131
0 commit comments