bianlz 4c548a24c8 feat:添加短信模块。将endpoint改为channel | пре 1 недеља | |
---|---|---|
.husky | пре 1 недеља | |
config | пре 1 недеља | |
mock | пре 1 недеља | |
public | пре 2 недеља | |
src | пре 1 недеља | |
tests | пре 2 недеља | |
types | пре 2 недеља | |
.editorconfig | пре 1 недеља | |
.eslintignore | пре 1 недеља | |
.eslintrc.js | пре 1 недеља | |
.gitignore | пре 1 недеља | |
.prettierignore | пре 1 недеља | |
.prettierrc.js | пре 1 недеља | |
README.md | пре 2 недеља | |
jest.config.ts | пре 2 недеља | |
jsconfig.json | пре 2 недеља | |
package.json | пре 2 недеља | |
tsconfig.json | пре 2 недеља |
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.