docx and markdown. The results are created the /build directory. Now you can create the distribution: ./gradlew createDistribution This will create the 'arc42-template/dist' directory with all downloadable versions, nicely compressed. Now you should cross-check, test, verify the generated files...
Simple arc42 template which can be used for documenting your systems's architecture with arc42 and GitBook. - nrekretep/arc42-gitbook-template
<template> <div class="markdown"> <Markdown/> </div> </template> <script> import Markdown from 'vue-meditor'; export default { name: "markdown", components: { Markdown } } </script> API 编辑器基本属性 value Type: String/Number Default: '' 编辑器输入的文本,支持通过v-dodel数据双向...