基于 electron-vue 开发
输入框中修改完成后,回车提交或点击提交
# install dependencies
yarn
nvm exec 14.5.0 npm i
nvm exec 14.5.0 npm run build
# serve with hot reload at localhost:9080
yarn run dev
# build electron application for production
yarn run build
# lint all JS/Vue component files in `src/`
yarn run lint
This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.