bianlz 4c548a24c8 feat:添加短信模块。将endpoint改为channel | há 1 semana atrás | |
---|---|---|
.husky | há 1 semana atrás | |
config | há 1 semana atrás | |
mock | há 1 semana atrás | |
public | há 2 semanas atrás | |
src | há 1 semana atrás | |
tests | há 2 semanas atrás | |
types | há 2 semanas atrás | |
.editorconfig | há 1 semana atrás | |
.eslintignore | há 1 semana atrás | |
.eslintrc.js | há 1 semana atrás | |
.gitignore | há 1 semana atrás | |
.prettierignore | há 1 semana atrás | |
.prettierrc.js | há 1 semana atrás | |
README.md | há 2 semanas atrás | |
jest.config.ts | há 2 semanas atrás | |
jsconfig.json | há 2 semanas atrás | |
package.json | há 2 semanas atrás | |
tsconfig.json | há 2 semanas atrás |
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.