# ts_cesium_study01 **Repository Path**: sgit2020/ts_cesium_study01 ## Basic Information - **Project Name**: ts_cesium_study01 - **Description**: ts_cesium_study01 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2022-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ts_study01 #### 介绍 ts_study01 是一个 基于typescript+webpack+vscode 的typescript demo。 #### 软件架构 软件架构说明 #### 安装教程 1. 安装node 15.xx 2. 安装npm的国内源 3. 在电脑上某个文件夹(如c:\ )下使用 git clone: c:\ > git clone https://gitee.com/sgit2020/ts_study01.git #### 使用说明 **1. 安装依赖模块** c:\ > cd ts_study01 C:\ts_study01> npm install **2.build工程** C:\ts_study01> npm run build **3.运行server** C:\ts_study01> npm run dev > ts01@1.0.0 dev > hs ./ -a 127.0.0.1 -p 9000 Starting up http-server, serving ./ Available on: http://127.0.0.1:9000 Hit CTRL-C to stop the server [2021-02-05T07:58:48.640Z] "GET /dist/main.js.map" "got (https://github.com/sindresorhus/got)" (node:21528) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated (Use `node --trace-deprecation ...` to show where the warning was created) [2021-02-05T07:59:02.514Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36" [2021-02-05T07:59:02.522Z] "GET /favicon.ico" Error (404): "Not found" [2021-02-05T07:59:21.444Z] "GET /dist/main.js.map" "got (https://github.com/sindresorhus/got)" [2021-02-05T07:59:24.885Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36" [2021-02-05T07:59:24.887Z] "GET /favicon.ico" Error (404): "Not found" [2021-02-05T07:59:34.223Z] "GET /dist/main.js.map" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36" http-server stopped. 4.运行工程 在浏览器上 输入 http://127.0.0.1:9000/index.html ,或者在vs code中按F5,执行工程。