文件名称:website:社交名流提供者的网站
文件大小:184KB
文件格式:ZIP
更新时间:2024-05-21 13:24:12
JavaScript
社交名流提供者网站 我们的网站是使用。 建造 yarn dev # Run developmnent server yarn build # Build the static site 添加新频道 打开providers.js然后将您的频道添加到正确的类别。 应当将slug设置为github存储库名称。 maintainers是用于维护频道的github用户名列表(它们出现在网站上频道页面的标题中) 这会将通道添加到侧边栏,并在构建过程中从资源库中提取README.md 。 ... name : 'Social / Platform' , providers : [ { slug : 'Apple' , name : 'Apple' , maintainers : [ ] , } , { slug :
【文件预览】:
website-master
----.gitignore(38B)
----package.json(326B)
----providers.js(15KB)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(1022B)
----docs()
--------contribute()
--------README.md(1KB)
--------.vuepress()
--------usage()
--------about()
----.editorconfig(188B)
----yarn.lock(346KB)