markdown 将自定义JS添加到FoundationPress

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 将自定义JS添加到FoundationPress相关的知识,希望对你有一定的参考价值。

1. Create new admin.js file in `src/assets/js` directory and add your code to it. If you're going to use jquery, make sure to add `import $ from 'jquery';` at the top of the file.
2. In `config.yml` add `src/assets/js/admin.js` to `PATHS.entries`.
3. Enqueue the script conditionally in `library/enqueue-scripts.php`.
4. Run `gulp` / `npm start`

以上是关于markdown 将自定义JS添加到FoundationPress的主要内容,如果未能解决你的问题,请参考以下文章

markdown 将自定义字段添加到Woocommerce变体中

markdown 将自定义帮助程序添加到Ghost CMS

将自定义 CSS 和 JS 添加到 Shopify

将自定义节添加到应用程序模块.js

如何将自定义css和js添加到angular 4

如何将自定义 css 和 js 文件添加到 wordpress 的管理区域 [关闭]