v2orad-admin/README.md

28 lines
556 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# v2board-admin 完全开源版本 如果前后端不分离的路径为public\assets\admin
> 服务端版本请使用 [xflash-panda/v2board](https://blog.csdn.net/ko_10086/article/details/145634206), 不要使用原版
## 环境
语言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
安装依赖
```bash
$ yarn
```
本地开发调试
```bash
$ yarn start
```
构建
```bash
$ yarn build
```