Son aktif 1731088600

Revizyon 01f9242535494f708b29ee332aa33e255d7594e5

ECharts.sh Ham
1# Install the dependencies from NPM:
2npm install
3
4# Rebuild source code immediately in watch mode when changing the source code.
5# It opens the `./test` directory, and you may open `-cases.html` to get the list
6# of all test cases.
7# If you wish to create a test case, run `npm run mktest:help` to learn more.
8npm run dev
9
10# Check the correctness of TypeScript code.
11npm run checktype
12
13# If intending to build and get all types of the "production" files:
14npm run release