Fritz Lin
Fritz Lin
:+1: 参照commit: https://github.com/huangruichang/md-editor/commit/08ad6995466f10e4252876f8c5b3770737e83980 cc @huangruichang
@freedomlang OK了
怪了。。我上周末是ok的。。electron v1.2.5
What would be the migration points?
+1, I wanted to set the `title` along with `page`, and I had to fork the repo into project.
```jsx import Editor from 'react-editor' import At from 'react-at' const members = ['Roxie Miles', 'grace.carroll', '小浩'] ```
``` plain cd react-editor # 跑demo npm install npm run demo # 自己开一个静态服务器 然后访问 http://localhost:{port}/react-editor/dist/ # 打包成库 npm run prod # 大致是这样... ```
哦,是这样子的: 我这个并没有替你打开静态服务器,需要自己开一个,比方说你用`serve` ``` plain $ npm install -g serve $ cd react-editor $ serve ./dist/ -p 3000 # 然后访问端口 ```
Seems it's ok in this repo, but not in my own library repo :/ Let me try again later.
I met some bugs when doing coverage with jest in vue, now I switched back to karma/mocha/phantomjs. Waiting for more progress on vue-test-utils.