bianlz 4c548a24c8 feat:添加短信模块。将endpoint改为channel | vor 1 Woche | |
---|---|---|
.husky | vor 1 Woche | |
config | vor 1 Woche | |
mock | vor 1 Woche | |
public | vor 2 Wochen | |
src | vor 1 Woche | |
tests | vor 2 Wochen | |
types | vor 2 Wochen | |
.editorconfig | vor 1 Woche | |
.eslintignore | vor 1 Woche | |
.eslintrc.js | vor 1 Woche | |
.gitignore | vor 1 Woche | |
.prettierignore | vor 1 Woche | |
.prettierrc.js | vor 1 Woche | |
README.md | vor 2 Wochen | |
jest.config.ts | vor 2 Wochen | |
jsconfig.json | vor 2 Wochen | |
package.json | vor 2 Wochen | |
tsconfig.json | vor 2 Wochen |
This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn
Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json
. It's safe to modify or add additional script:
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test
You can view full document on our official website. And welcome any feedback in our github.