wordpress-boilerplate:使用Gulp 4的WordPress样板。使用dart-sass,stylelint,babel并通过GitHub Actions编译dist文件

时间:2024-04-08 18:56:58
【文件属性】:

文件名称:wordpress-boilerplate:使用Gulp 4的WordPress样板。使用dart-sass,stylelint,babel并通过GitHub Actions编译dist文件

文件大小:643KB

文件格式:ZIP

更新时间:2024-04-08 18:56:58

stylelint gulp wordpress babel dart-sass

超级快的Wordpress主题样板可为您带来品味 设置本地环境 确保您至少在运行节点15.2.0和npm 7.0.8。 使用启动一个新的WordPress网站 网站名称:yoursitename.local PHP版本:7.4+ Web服务器:nginx 数据库:MySQL 8.0+ 使用wp_get_environment_type()设置。此功能为开发人员提供了一种标准化的方法,使他们可以区分生产和开发站点之间如何处理特定功能。 将以下代码添加到wp-config.php /** Set Wordpress environment to local */ define ( 'WP_ENVIRONMENT_TYPE' , 'local' ); /** Enable Jetpack Offline Mode */ define ( 'JETPACK_DEV_DEBUG' , true


【文件预览】:
wordpress-boilerplate-master
----.gitignore(100B)
----functions.php(2KB)
----single.php(2KB)
----package.json(1KB)
----.stylelintrc(42B)
----package-lock.json(732KB)
----header.php(620B)
----gulpfile.js(3KB)
----index.php(1KB)
----vendors()
--------all.js(1.2MB)
----scss()
--------main.scss(150B)
--------front-page()
----LICENSE(34KB)
----js()
--------scripts.js(701B)
----.github()
--------workflows()
----.browserslistrc(49B)
----README.md(2KB)
----style.css(164B)
----footer.php(128B)
----front-page.php(166B)
----scripts.js(37KB)

网友评论