satellite-track is an application for satellite orbit visualization based on TLE data
Go to file
2023-01-30 10:20:08 +08:00
.vscode 'git-init' 2023-01-05 11:13:17 +08:00
public 'init' 2023-01-30 10:20:08 +08:00
src 'init' 2023-01-30 10:20:08 +08:00
.eslintrc.cjs 'git-init' 2023-01-05 11:13:17 +08:00
.gitignore 'git-init' 2023-01-05 11:13:17 +08:00
.prettierrc.json 'git-init' 2023-01-05 11:13:17 +08:00
index.html 'init' 2023-01-30 10:20:08 +08:00
package-lock.json 'init' 2023-01-30 10:20:08 +08:00
package.json 'init' 2023-01-30 10:20:08 +08:00
README.md 'git-init' 2023-01-05 11:13:17 +08:00
vite.config.js 'init' 2023-01-30 10:20:08 +08:00

satellite-track

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint