|
|
há 1 ano atrás | |
|---|---|---|
| .electron-vue | há 1 ano atrás | |
| .vscode | há 1 ano atrás | |
| build | há 1 ano atrás | |
| exe | há 1 ano atrás | |
| src | há 1 ano atrás | |
| static | há 1 ano atrás | |
| test | há 2 anos atrás | |
| .babelrc | há 2 anos atrás | |
| .eslintignore | há 2 anos atrás | |
| .eslintrc.js | há 2 anos atrás | |
| .gitignore | há 1 ano atrás | |
| .travis.yml | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| aaaaa.txt | há 1 ano atrás | |
| appveyor.yml | há 2 anos atrás | |
| icon.ico | há 2 anos atrás | |
| package-lock.json | há 1 ano atrás | |
| package.json | há 1 ano atrás |
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.