文件名称:awps:面向精明开发人员的现代WordPress入门主题
文件大小:146KB
文件格式:ZIP
更新时间:2024-02-24 10:31:19
gulp wordpress npm composer es6
精通开发人员的现代WordPress入门主题 先决条件 此主题依赖NPM和Composer来加载依赖关系和程序包。 为了正确编译和更新文件, Webpack在开发过程中应始终在运行和监视。 安装 安装 安装 将.env.example移至WordPress根目录,将其重命名为.env ,然后设置网站变量 将wp-config.sample.php移至WordPress根目录,并将其重命名为wp-config.php ,以替换默认目录 在主题文件夹的位置打开一个终端窗口 执行composer install 执行npm install Webpack AWPS使用进行资产管理。 查看官方文
【文件预览】:
awps-master
----.gitignore(975B)
----functions.php(494B)
----README.md(2KB)
----search.php(1KB)
----views()
--------content-search.php(1KB)
--------content.php(1KB)
--------content-none.php(1KB)
--------admin()
--------content-page.php(610B)
----.github()
--------dependabot.yml(689B)
----.phpcs.xml.dist(2KB)
----footer.php(1KB)
----index.php(1KB)
----inc()
--------Init.php(1KB)
--------Custom()
--------Plugins()
--------Core()
--------Api()
--------Helpers.php(2KB)
--------Setup()
----acf-json()
--------index.php(104B)
----composer.json(938B)
----page-templates()
--------tpl-example.php(194B)
----screenshot.png(75KB)
----package.json(2KB)
----sidebar.php(471B)
----wp-config.sample.php(4KB)
----single.php(977B)
----comments.php(3KB)
----ruleset.xml(691B)
----webpack.mix.js(1KB)
----rtl.css(364B)
----LICENSE.txt(34KB)
----404.php(671B)
----.eslintignore(59B)
----.travis.yml(3KB)
----page.php(1KB)
----.eslintrc.json(315B)
----style.css(367B)
----assets()
--------dist()
--------src()
----archive.php(1KB)
----header.php(2KB)
----.env.example(841B)