Browse Source
Merge in VISUAL/fineui from ~TREECAT/fineui:es6 to es6 * commit 'cca17e808c92c80506c60228eb2eb58acaf88e6d': REPORT-94961 fix:函数变量不能变量提升es6
treecat-罗群
2 years ago
4 changed files with 47 additions and 14 deletions
@ -0,0 +1,31 @@
|
||||
# FineUI |
||||
|
||||
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) |
||||
|
||||
|
||||
> 帆软前端 UI 开发框架。 |
||||
|
||||
For more details, see the website [http://www.fanruan.com](http://www.fanruan.com). |
||||
|
||||
## 文档 |
||||
|
||||
http://fanruan.design/doc.html?post=0169cf558d |
||||
|
||||
## 开发 |
||||
|
||||
pnpm run dev |
||||
|
||||
* demo: [http://localhost:3000/](http://localhost:3000/) |
||||
* fineui: [http://localhost:9001/fineui.js](http://localhost:9001/fineui.js) |
||||
|
||||
## 构建 |
||||
|
||||
pnpm run build |
||||
|
||||
## 发布 |
||||
|
||||
@Treecat |
||||
|
||||
License |
||||
============ |
||||
Please refer to [LICENSE](https://code.fanruan.com/fanruan/fineui/src/branch/master/LICENSE) file. |
Loading…
Reference in new issue