plg c4e1d8e031 修改忽略文件 | 2 months ago | |
---|---|---|
.electron-vue | 2 months ago | |
.vscode | 2 months ago | |
build | 2 months ago | |
exe | 2 months ago | |
src | 2 months ago | |
test | 2 months ago | |
.babelrc | 2 months ago | |
.eslintignore | 2 months ago | |
.eslintrc.js | 2 months ago | |
.gitignore | 2 months ago | |
.travis.yml | 2 months ago | |
README.md | 2 months ago | |
aaaaa.txt | 2 months ago | |
appveyor.yml | 2 months ago | |
icon.ico | 2 months ago | |
package-lock.json | 2 months ago | |
package.json | 2 months ago |
An electron-vue project
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# "requestedExecutionLevel": "requireAdministrator" admin
# lint all JS/Vue component files in `src/`
#perMachine 是否显示辅助安装程序--选择每台机器或每个用户,或者是否总是按所有用户安装
# "installerHeader":"build/script/side.bmp",
# "installerSidebar":"build/script/side.bmp",
# "uninstallerSidebar":"build/script/side.bmp"
npm run lint
This project was generated with electron-vue@8d4ed60 using vue-cli. Documentation about the original structure can be found here.