uia4w / uia-wafermap

Shot & Wafer map for semiconductor
Apache License 2.0
48 stars 25 forks source link

miss js file "uia-wafermap.js #1

Closed johnhuang669 closed 2 years ago

johnhuang669 commented 5 years ago

miss js file "uia-wafermap.js " ?? please help....

computing-machine commented 5 years ago

miss js file "uia-wafermap.js " ?? please help....

If you are using Ubuntu, enter the project directory (i.e. directory that contains css, js, src, etc. directories), and run the following commands:

sudo npm i sudo npm run pretest

This will create a "dist" directory with "uia-wafermap.js" in it.

If you are using windows, paste the following command in the "scripts" object in "package.json" file:

"pretest_windows":"rd /s /q dist & mkdir dist & rollup -c"

Now run the following commands:

npm install npm run pretest_windows

zhaoleilei004 commented 4 years ago

Can you explain the principle briefly?What do I need to do when I need to use your code?

gazer2kanlin commented 4 years ago