gnss-tool-kit/README.md

27 lines
509 B
Markdown
Raw Normal View History

2021-03-09 14:59:24 +08:00
# Vite Electron Typescript Template
2021-03-09 15:20:40 +08:00
`vite 2` `vue 3` `electron 12`
2021-03-09 14:59:24 +08:00
2021-03-09 18:50:50 +08:00
## How to use
clone the repo via git and install dependencies:
```shell
git clone --depth 1 --single-branch https://github.com/hocili/vite-electron-typescript-template.git your-project-name
cd your-project-name
yarn
```
2021-03-09 15:20:40 +08:00
2021-03-09 18:50:50 +08:00
## Starting Development
Start the app in the `dev` environment:
2021-03-09 15:20:40 +08:00
```shell
yarn dev
```
```shell
yarn electron:dev
```
2021-03-09 18:50:50 +08:00
## Packaging for Production
To package apps for the local platform:
2021-03-09 15:20:40 +08:00
```shell
yarn electron:build
```