文件名称:field-guide:设计系统文档站点的SEO友好静态站点实现
文件大小:454KB
文件格式:ZIP
更新时间:2024-05-20 09:57:59
JavaScript
实地指南 该项目被设计为设计系统(或样式指南)文档站点的功能齐全的静态站点实现。 它打算安装在您的Ember Addon中,然后可以在AWS,Netlify或任何其他静态站点部署系统上静态部署。 如果您想要这个“正在生产中”的示例,请查看的新的。 您无需成为Web开发人员即可使用此系统。 您只需编写markdown文件,其余工作即可由EmberJS的构建系统执行。 快速开始 npm init ember-addon super-design-system cd super-design-system # you can replace the template with the one you want to use npx ember install field-guide field-guide-default-template 它将询问您是否要更新index.html文件,您应
【文件预览】:
field-guide-master
----.gitignore(381B)
----app()
--------locations()
--------components()
--------templates()
--------.gitkeep(0B)
--------services()
--------controllers()
--------routes()
--------initializers()
----package.json(3KB)
----package-lock.json(1.79MB)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----CONTRIBUTING.md(643B)
----index.js(2KB)
----CHANGELOG.md(1KB)
----addon()
--------locations()
--------components()
--------templates()
--------.gitkeep(0B)
--------services()
--------controllers()
--------routes()
--------styles()
--------initializers()
----changelog.template(454B)
----testem.js(601B)
----.github()
--------workflows()
----.eslintrc.js(976B)
----README.md(3KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------acceptance()
--------dummy()
--------integration()
--------unit()
--------helpers()
--------index.html(973B)
--------test-helper.js(228B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----.eslintignore(240B)
----lib()
--------table-of-contents.js(2KB)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----.npmignore(411B)
----blueprints()
--------field-guide()
--------field-guide-addon()
----docs()
--------components()
--------index.md(432B)
--------.gitkeep(0B)
--------concepts()
----.editorconfig(367B)
----.template-lintrc.js(57B)