3 changed files with 9 additions and 40 deletions
@ -1,34 +1,3 @@ |
|||
# my-app |
|||
## Electron + Tabs + WebContentsView |
|||
|
|||
An Electron application with Vue and TypeScript |
|||
|
|||
## Recommended IDE Setup |
|||
|
|||
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) |
|||
|
|||
## Project Setup |
|||
|
|||
### Install |
|||
|
|||
```bash |
|||
$ pnpm install |
|||
``` |
|||
|
|||
### Development |
|||
|
|||
```bash |
|||
$ pnpm dev |
|||
``` |
|||
|
|||
### Build |
|||
|
|||
```bash |
|||
# For windows |
|||
$ pnpm build:win |
|||
|
|||
# For macOS |
|||
$ pnpm build:mac |
|||
|
|||
# For Linux |
|||
$ pnpm build:linux |
|||
``` |
|||
尝试开发一个类edge的浏览器。 |
|||
|
Loading…
Reference in new issue