CYPD模块 一,快速入门 利用npx安装开发环境 yarn create-react-app my-app --template typescript yarn add typescript @types/node @types/react @types/react-dom @types/jest npm install --save https://github.com/ChoFrank/cypd.git # my-app可自由替換成專案名稱 也可以使用 npm install --save ChoFrank/cypd 如要安裝其他分之支 npm install --save ChoFrank/cypd#ct_style 利用npm / yarn测试/编译您的javascript项目 npm run start # run your project through the entry