Skip to content
On this page

埋点SDK

项目初始化

# 初始化 package.json
npm init -y

# 全局安装 typescript
npm i typescript -g

# 初始化 typescript
tsc --init

# 安装rollup
npm install rollup -D
npm install rollup-plugin-dts -D
npm install rollup-plugin-typescript2 -D

1
2
3
4
5
6
7
8
9
10
11
12
13
14

Released under the MIT License. Thanks to WebStorm software support.