mirror of
https://github.com/jiangteng2019/satellite-track.git
synced 2025-07-08 01:07:32 +00:00
docs(readme): readme fix
This commit is contained in:
parent
6fa5e60127
commit
0e1f9d390f
@ -13,12 +13,16 @@ Satellite-track is a program for tracking satellite orbit, developed by cesium,
|
|||||||
```sh
|
```sh
|
||||||
# Clone project
|
# Clone project
|
||||||
git clone https://github.com/jiangteng2019/satellite-track.git
|
git clone https://github.com/jiangteng2019/satellite-track.git
|
||||||
|
|
||||||
# enter the project root directory
|
# enter the project root directory
|
||||||
cd satellite-track
|
cd satellite-track
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# startup project
|
# startup project
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|
||||||
# Compile and package
|
# Compile and package
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
@ -13,12 +13,16 @@ satellite-track 是一款追踪卫星轨道的程序,使用cesium、vue、sate
|
|||||||
```sh
|
```sh
|
||||||
# 克隆项目工程
|
# 克隆项目工程
|
||||||
git clone https://github.com/jiangteng2019/satellite-track.git
|
git clone https://github.com/jiangteng2019/satellite-track.git
|
||||||
|
|
||||||
# 进入项目根目录
|
# 进入项目根目录
|
||||||
cd satellite-track
|
cd satellite-track
|
||||||
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# 启动项目
|
# 启动项目
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|
||||||
# 编译打包
|
# 编译打包
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user