多媒体大作业,一个 Electron + Vue + Python 项目
- 界面用了elementUI的部分组件,好看即正义🤪
- 运行截图
- 基于Jack Cui大佬的代码进行修改
- 配置方法参考 博客地址
# 克隆这个仓库
git clone https://github.com/levi-oh/pic2animation.git
# 进入项目文件夹
cd pic2animation
# 安装依赖
npm install
# 在 localhost:9080 本地启动
npm run dev
# 打包为electron应用
npm run build
- electronjs.org/docs - all of Electron's documentation
- electronjs.org/community#boilerplates - sample starter apps created by the community
- electron/electron-quick-start - a very basic starter Electron app
- electron/simple-samples - small applications with ideas for taking them further
- electron/electron-api-demos - an Electron app that teaches you how to use Electron
- hokein/electron-sample-apps - small demo apps for the various Electron APIs
-
本项目由 electron-vue 生成
-
脚手架工具: vue-cli.
-
查看相关文档 点击这里.
-
一阶运动模型原项目
-
原项目的视频讲解