# antd-ts-admin **Repository Path**: wingzero/antd-ts-admin ## Basic Information - **Project Name**: antd-ts-admin - **Description**: 使用 react,antd,dva,开发的admin模版 后端使用python - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # antd-ts-admin ## 运行 1. npm run watch 2. npm run render:dev 3. python main.py start ## 文档生成 1. sphinx-quickstart * Root path for the documentation [.]: doc/sphinx * autodoc: automatically insert docstrings from modules (y/n) [n]: y 2. 修改doc/sphinx/source/conf.py 3. sphinx-apidoc -o ./doc/sphinx/source . 4. 把生成的 doc/sphinx/source/modules.rst添加到index.rst $ doc/sphinx/source/index.rst .. toctree:: :maxdepth: 2 :caption: Contents: modules.rst 5. 生成html $ cd doc/sphinx $ make html 6. build typescript的时候自动生成typescript的文档