新增插件 steedos-plugin-slds
Created by: hotlong
把 sfds 的静态资源提供路由引用
参考
const dsPath = require.resolve("@salesforce-ux/design-system/package.json")
router.use("/plugins/slds/assets/", express.static(dsPath.replace("package.json", 'assets')))
这样可以自动引用 slds 中的所有css,fonts,images
需要把 creator 中本地化的版本删除,使用这个版本。