-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
10 changed files
with
86 additions
and
50 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
# Developer Guide | ||
|
||
### Intro | ||
First, thank you for your interest in joining our development. Here are some considerations. | ||
|
||
### Quickstart | ||
The project is based on the workspace feature of `yarn` and `lerna` as the basic architecture of Monorepo. | ||
The first fork of the repository is based on the dev branch, which is in the project root directory. | ||
|
||
```shell | ||
yarn bootstrap | ||
cd packages/varlet-ui | ||
yarn dev | ||
``` | ||
|
||
### 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,20 @@ | ||
# 开发指南 | ||
|
||
### 介绍 | ||
首先感谢您有兴趣加入我们的开发,以下介绍一些注意事项。 | ||
|
||
### 快速开始 | ||
项目基于yarn的workspace特性和lerna作为monorepo的基本架构。 | ||
首先fork仓库,基于dev分支进行开发,在项目根目录下. | ||
|
||
```shell | ||
yarn bootstrap | ||
cd packages/varlet-ui | ||
yarn dev | ||
``` | ||
|
||
### 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
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,20 @@ | ||
# Developer Guide | ||
|
||
### Intro | ||
First, thank you for your interest in joining our development. Here are some considerations. | ||
|
||
### Quickstart | ||
The project is based on the workspace feature of `yarn` and `lerna` as the basic architecture of Monorepo. | ||
The first fork of the repository is based on the dev branch, which is in the project root directory. | ||
|
||
```shell | ||
yarn bootstrap | ||
cd packages/varlet-ui | ||
yarn dev | ||
``` | ||
|
||
### 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,20 @@ | ||
# 开发指南 | ||
|
||
### 介绍 | ||
首先感谢您有兴趣加入我们的开发,以下介绍一些注意事项。 | ||
|
||
### 快速开始 | ||
项目基于yarn的workspace特性和lerna作为monorepo的基本架构。 | ||
首先fork仓库,基于dev分支进行开发,在项目根目录下. | ||
|
||
```shell | ||
yarn bootstrap | ||
cd packages/varlet-ui | ||
yarn dev | ||
``` | ||
|
||
### Todo list | ||
- 1.提供`jsx`,`tsx`语法高亮支持。 | ||
- 2.完善文档阅读体验,修复存在的问题。 | ||
- 3.全组件单元测试,并出测试报告。 | ||
- 4.全组件样式细节优化,动画曲线优化。 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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