dashboard.sh 239 B

12345678910111213
  1. #!/bin/bash
  2. set -e
  3. # @ant-design/pro-components
  4. npm install --save \
  5. react-router react-intl @reduxjs/toolkit react-redux \
  6. @graphiql/react \
  7. usehooks-ts jose \
  8. js-cookie @types/js-cookie \
  9. antd @ant-design/x
  10. exit 0