AT-UI / at-ui

A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
https://at.aotu.io
MIT License
2.34k stars 230 forks source link

咨询一下组件的官网是怎么搭建的 #7

Closed sirzxj closed 7 years ago

sirzxj commented 7 years ago

用了什么开源的系统吗

先把issue close了

koppthe commented 7 years ago

官网的源码可以在 docs 目录里查看,困难点大概是将 Markdown 文件转换为 vue 的代码,这块可以借助 vue-markdown-loader 实现。

yoyo837 commented 7 years ago

类似hexo那样的方式

angelen10 commented 7 years ago

@koppthe 如果我想搭建一个类似一本书那样的,使用 Markdown 编辑,如下图:

然后使用组件官网的样式,这个要怎么做呢?

yoyo837 commented 7 years ago

You should learn HTML, CSS, JS at first.

angelen10 commented 7 years ago

@yoyo837 我会 HTML, CSS, JS,我是说能不能像 Hexo 那样,我写完 Markdown 文章,部署,然后就可以生成那样的?

koppthe commented 7 years ago

@yoyo837 我理解的是,你是想将 AT-UI 的官网做成 Gitbook 的一个主题吗?

angelen10 commented 7 years ago

@koppthe 对对对,就是这个意思,用 GitBook 或者其他软件编写都行,因为 at-ui 的主题实在太好看了,一见倾心,很想用

koppthe commented 7 years ago

@angelen10 嗯嗯,做一套主题也蛮有意思的,这个点不错,赞一个👍 我这边有这个打算,但最近实在太忙了,暂时没法投入,欢迎你创建一个新项目

angelen10 commented 7 years ago

@koppthe 期待👏,最后问一下,就是关于这个组件官网,我能否在本地部署起来?如果能,提供一下思路~

koppthe commented 7 years ago

@angelen10 你可以看一下 Contributing Guidelines

angelen10 commented 7 years ago

@koppthe Thanks for that.😉