当前位置: 首页 > 工具软件 > vue2-elm > 使用案例 >

Vue:运行开源项目vue2-elm

艾仲渊
2023-12-01

码云地址:https://gitee.com/mgh_com/vue2-elm
github地址:https://github.com/bailicangdu/vue2-elm.git  

//

执行以下语句,同步GIT项目并执行安装

git clone https://github.com/bailicangdu/vue2-elm.git  

cd vue2-elm

npm install

//

第一次安装时,报错“not find python2”
去python官网下载python2.7,安装后解决

第二次安装继续报错,缺少.net framework 2.0 sdk。
在微软官方下载.net framework 2.0 sdk的安装包后,无法安装。
原因是win10下不能直接安装。

见:https://blog.csdn.net/rfesds/article/details/81268339

然后重新执行intstall,即可顺利完成安装

//

npm run dev

访问 http://localhost:8088 如安装成功,即可见到页面

npm run build

生成的elm文件夹放在服务器即可正常访问

 类似资料: