generoi/wp-gutenberg-shy

一种用于插入单词断句软连字符的gutenberg格式

安装: 734

依赖者: 0

建议者: 0

安全: 0

星标: 8

关注者: 6

分支: 0

开放问题: 0

类型:wordpress-plugin

v0.2.0 2021-04-23 23:43 UTC

This package is auto-updated.

Last update: 2024-09-24 07:27:15 UTC


README

一种用于插入软连字符的gutenberg格式。

shy

安装

composer require generoi/wp-gutenberg-shy

开发

安装依赖

composer install
npm install

运行测试

npm run test

构建资源

# Minified assets which are to be committed to git
npm run build:production

# Watch for changes and re-compile while developing the plugin
npm run start