Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问能支持vue版本么,有兴趣参加^_^ #17

Closed
ghost opened this issue Jan 31, 2018 · 10 comments
Closed

请问能支持vue版本么,有兴趣参加^_^ #17

ghost opened this issue Jan 31, 2018 · 10 comments

Comments

@ghost
Copy link

ghost commented Jan 31, 2018

No description provided.

@ascoders
Copy link
Owner

为了保证功能同步更新,不建议再完全 copy 一遍。好在现在社区似乎有 react to vue 的轮子,可以试一试?

vuera

看上去挺简单的:

<template>
  <div>
    <gaea-editor />
  </div>
</template>

<script>
  import GaeaEditor from 'gaea-editor'

  export default {
    components: { 'gaea-editor': GaeaEditor },
  }
</script>

如果这个方案能跑起来,我把它写到文档里,作为对 vue 的支持方式。

@ghost
Copy link
Author

ghost commented Jan 31, 2018

还有些许问题,添加自定义vue组件是不是还需要支持一下

@ascoders
Copy link
Owner

@CharlieLau 可以在 vue 跑起来吗?只是自定义 vue 组件还无法添加

@ghost
Copy link
Author

ghost commented Jan 31, 2018

@ascoders 是支持的 我在我的仓库加了个
[demo]:(https://github.com/CharlieLau/gaea-editor-vue-demo)
下一步是不是看怎么支持vue组件 ^_^

@ghost ghost closed this as completed Feb 10, 2018
@ghost
Copy link
Author

ghost commented Feb 10, 2018

我用vue实现了大部分功能,如果您同意,不日将上传。

@ascoders
Copy link
Owner

没问题,非常欢迎 👏。

@ghost
Copy link
Author

ghost commented Feb 22, 2018

@ascoders 我用vue实现了第一版 https://github.com/CharlieLau/gaea-editor-vue

@ascoders
Copy link
Owner

真不可思议,非常棒!我把链接放到 readme 中,推荐给使用 vue 的开发者们。

你应该很了解这个编辑器了,后续不断开发插件即可。

@ascoders ascoders reopened this Feb 22, 2018
@ghost
Copy link
Author

ghost commented Feb 27, 2018

哈哈,我 拿到ali 的offer了,又可以和优秀的人共事了 @ascoders

@ascoders
Copy link
Owner

给力

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant