1. 程式人生 > >vue cli3 搭建多頁面框架接入ckeditor

vue cli3 搭建多頁面框架接入ckeditor

1.頁面模板根據webpack標識判斷是否引入ckeditor,因為多頁面使用的基礎模板是同一個,所以編譯的時候需要生成不同的模板

<% if(htmlWebpackPlugin.options.hasEditor) { %>
      <script src="//cdn.ckeditor.com/4.11.1/standard/ckeditor.js"></script>
<% } %>