32 lines
625 B
Markdown
32 lines
625 B
Markdown
# Vite Electron Typescript Template
|
|
|
|
`vite 2` `vue 3` `electron 12`
|
|
|
|
## 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
|
|
```
|
|
|
|
## Starting Development
|
|
Start the app in the `dev` environment:
|
|
```shell
|
|
yarn dev
|
|
```
|
|
|
|
```shell
|
|
yarn electron:dev
|
|
```
|
|
## Packaging for Production
|
|
To package apps for the local platform:
|
|
```shell
|
|
yarn electron:build
|
|
```
|
|
|
|
# TLE数据源
|
|
https://celestrak.com/NORAD/elements/
|
|
|
|
# CZML数据预览
|
|
https://cesium.com/cesiumjs/cesium-viewer/ |