[wordpress插件] Requirements:要求:

wordpress 插件 文章 2020-03-13 13:30 499 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Setup:

设置:

Clone https://git.builderdesigns.com/jerome/dsldhomes.com-2016.git

克隆https://git.builderdesigns.com/jerome/dsldhomes.com-2016.git

cd dsldhomes.com-2016

cd dsldhomes.com-2016

npm install

npm install

Start development environment
      

启动开发环境
      

npm run serve

npm运行服务

Stop development environment
  

停止开发环境
  

[CTRL] + C

[CTRL] + C

Build production files and save to ‘dist’ folder.
      

构建生产文件并保存到“ dist”文件夹。
      

npm run build

npm运行构建

Preview dist folder
      

预览dist文件夹
      

npm run serve:dist

npm run serve:dist

Master branch is production

主分支正在生产

Staging branch is testing

暂存分支正在测试

[Your branch here] is dev

[您的分支]是开发人员

Favicon is generated from /images/favicon.png

Favicon是从/images/favicon.png生成的

Try to keep site-specific code in CommonController or index.html and wrapped in

尝试将特定于站点的代码保留在CommonController或index.html中并包装在其中

client name comments ().

客户端名称注释(<!-DSLD->)。

The rest of index.js should be generic.

index.js的其余部分应该是通用的。

CommonController ‘filters’ are a work in progress.

CommonController的“过滤器”正在进行中。

Would be nice to have a

最好有一个

generic set to use across all sites.

可在所有网站上使用的通用集。

FAQ:

常见问题解答:

It gave me the thing when trying to commit (VIM)?

尝试提交(VIM)时,它给了我什么?

[Escape] :WQ [Enter]

[转义]:WQ [Enter]

How to smooth scroll without adding # to URL

如何在不向URL添加#的情况下平滑滚动

Replace with

替换为

See index.js for more options.

有关更多选项,请参见index.js。

下载地址
https://downloads.wordpress.org/plugin/builder-cloud.zip
-EOF-

AI助手支持GPT4.0