-
-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
affects: @varlet/cli, @varlet/ui
- Loading branch information
Showing
8 changed files
with
67 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 下一步开发计划 | ||
|
||
### 介绍 | ||
|
||
这里为您介绍组件库下一步开发计划,欢迎社区小伙伴参与其中。 | ||
|
||
### Todo list | ||
- 1.提供jsx,tsx语法高亮支持。 | ||
- 2.完善文档阅读体验,修复存在的问题。 | ||
- 3.全组件单元测试,并出测试报告。 | ||
- 4.全组件样式细节优化,动画曲线优化。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Todo | ||
|
||
### Intro | ||
|
||
Here we introduce the next development plan of the component library, welcome the community partners to participate in it. | ||
|
||
### Todo list | ||
- 1.Provides `jsx`, `tsx` syntax highlighting support | ||
- 2.Improve the document reading experience and fix problems. | ||
- 3.Unit test all components and issue test report. | ||
- 4.Full component style detail optimization, animation curve optimization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Todo | ||
|
||
### Intro | ||
|
||
Here we introduce the next development plan of the component library, welcome the community partners to participate in it. | ||
|
||
### Todo list | ||
- 1.Provides `jsx`, `tsx` syntax highlighting support | ||
- 2.Improve the document reading experience and fix problems. | ||
- 3.Unit test all components and issue test report. | ||
- 4.Full component style detail optimization, animation curve optimization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 下一步开发计划 | ||
|
||
### 介绍 | ||
|
||
这里为您介绍组件库下一步开发计划,欢迎社区小伙伴参与其中。 | ||
|
||
### Todo list | ||
- 1.提供`jsx`,`tsx`语法高亮支持。 | ||
- 2.完善文档阅读体验,修复存在的问题。 | ||
- 3.全组件单元测试,并出测试报告。 | ||
- 4.全组件样式细节优化,动画曲线优化。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import { VarComponent } from './varComponent'; | ||
import { VarComponent } from './varComponent' | ||
|
||
export class Button extends VarComponent {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters