打字稿启动器
使用babel,tslint,ava和CircleCI的简化打字稿样板。
nvm use 10.15.1
npm install
# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.js
要运行一个测试用例,请按照 说明进行操作。
剧本
npm run build :从src到dist编译源代码
npm publish :将代码发布到npm
n
打字稿React库启动器
使用React,babel,tslint,ava和CircleCI的简化打字稿lib样板。
nvm use 10.15.1
npm install
# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.js
要运行一个测试用例,请按照 说明进行操作。
剧本
npm run build :从src到dist编译源代码
npm publis