You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# flowApp 使用说明
|
|
|
|
## 下载:
|
|
|
|
```js
|
|
// node版本
|
|
node v20.14.0
|
|
|
|
// 下载
|
|
npm install --force
|
|
npm install --legacy-peer-deps
|
|
|
|
// 运行
|
|
npm run dev
|
|
```
|