|
|
||
|---|---|---|
| .husky | ||
| config | ||
| mock | ||
| public | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .prettierrc.js | ||
| .stylelintrc.js | ||
| README.md | ||
| commitlint.config.js | ||
| env.example.js | ||
| package.json | ||
| tsconfig.json | ||
| typings.d.ts | ||
README.md
v2board-admin 完全开源版本 (如果前后端不分离的路径为:public\assets\admin)
服务端版本请使用 xflash-panda/v2board, 不要使用原版
环境
语言:react 17.x react框架:umi^3.5.13 node.js >= 16.17.0 (可以适应nvm安装和管理node) antd ^4.0.0 :https://4x-ant-design.antgroup.com/components/overview-cn/
Getting Started
安装依赖
$ yarn
本地开发调试
$ yarn start
构建
$ yarn build