export excel data strapi:导出Excel数据Strapi 源码
Strapi插件内容导出导出 首次安装 cd / < path-to-your-strapi-project # create plugins folder if not exists # mkdir plugins # go to plugins folder cd plugins # clone the plugin code into a folder and skip the prefix git clone git@github.com:lazurey/strapi-plugin-content-export-import.git content-export-import # install dependencies cd content-export-import && yarn install # build the plugin cd ../.. yarn build #
文件列表
export-excel-data-strapi-main.zip
(预估有个65文件)
export-excel-data-strapi-main
admin
src
index.js
1KB
constants
model-kind.js
87B
lifecycles.js
53B
pluginId.js
148B
containers
UtilPage
暂无评论