i5ting / imove

INACTIVE: Move your mouse, generate code from flow chart
https://www.yuque.com/imove/docs/hvu0md
MIT License
3.75k stars 343 forks source link

ctrl + s 没有生成代码,只是跳出保存网页的弹窗 #121

Closed lehui521 closed 3 years ago

lehui521 commented 3 years ago

前提

全局安装的@imove/cli@0.0.7 项目:基于vue3的项目,也是用脚手架生成的

过程

  1. 进入自己项目的根目录
  2. 执行imove --init,在根目录生成imove.config.js文件
  3. 再次执行imove --dev 293e5a7bde8fee286ae53c196299d25 已经运行了
  4. clone下来了官方的项目 $ git clone git@github.com:imgcook/imove.git $ cd imove/example $ npm install $ npm start 5ad7ee6e1d27d5d23d58c95842e78f2 已经连接成功
  5. 按下ctrl + s 并没有在src目录生成文件 0711b096997df4cf0a78cc53191aca8 出现了这个玩意
lehui521 commented 3 years ago

快捷键不行,但是点击左上角的保存是可以的