Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhui authored Aug 21, 2020
2 parents f2964e5 + 2048497 commit ffa830d
Show file tree
Hide file tree
Showing 78 changed files with 1,424 additions and 1,119 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_modules
.DS_Store
.eslintcache
.happypack
.vscode
coverage/
tmp/
.tmp/
Expand Down
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

简体中文 | [English](./README.en.md)
English | [简体中文](./README.zh-CN.md)

<p align="center">
<a href="https://ice.work">
Expand All @@ -9,47 +8,48 @@

<h1 align="center">Iceworks</h1>

<p align="center">基于 VS Code 的多端研发套件</p>
<p align="center">Visual Intelligent Development Assistant</p>

<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/version/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/version/iceworks-team.iceworks.svg?logo=visual-studio-code" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks&ssr=false#review-details"><img src="https://vsmarketplacebadge.apphb.com/rating-short/iceworks-team.iceworks.svg" /></a>
<a href="https://github.com/ice-lab/iceworks/actions"><img src="https://github.com/ice-lab/iceworks/workflows/ci/badge.svg" /></a>
<a href="https://codecov.io/gh/ice-lab/iceworks"><img src="https://img.shields.io/codecov/c/github/ice-lab/iceworks/master.svg" alt="Test Coverage" /></a>
<a href="https://github.com/alibaba/ice/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="https://github.com/ice-lab/iceworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
</p>

## 快速开始
## Quick Start

使用 VS Code 套件快速开发多端应用:
Use Iceworks to develop Universal Application quickly:

- 点击 VS Code 活动栏上的「插件商店图标」;
- 在输入框中输入「iceworks」进行搜索;
- 点击第一个「iceworks」选项上的「安装」按钮。
- Click "Shop Icon" on Activity Bar of VS Code
- Enter "iceworks" in the input box to search
- Click the Install button on the first iceworks option

![install demo](https://img.alicdn.com/tfs/TB1Bm.kaCR26e4jSZFEXXbwuXXa-1024-766.gif)
![install demo](https://img.alicdn.com/tfs/TB1jDJ7R8r0gK0jSZFnXXbRRXXa-1024-768.png)

安装成功后,点击 VS Code 界面左侧活动栏上的「Iceworks 图标」,开始使用:
After installation is successful, click the "Iceworks icon" on Activity Bar of VS Code to start:

![Iceworks](https://img.alicdn.com/tfs/TB1kPb5NoT1gK0jSZFrXXcNCXXa-1024-766.gif)
![Iceworks](https://img.alicdn.com/tfs/TB1lyV9inM11u4jSZPxXXahcXXa-1024-768.png_790x10000.jpg)

查看 [Iceworks Pack](extensions/iceworks/README.md) 了解更多功能。
[See the Pack for more details](extensions/iceworks/README.md).

## 参与贡献
## Contributors

欢迎通过 [issue](https://github.com/ice-lab/iceworks/issues/new) 反馈问题。
Feel free to report any questions as an [issue](https://github.com/ice-lab/iceworks/issues/new), we'd love to have your helping hand on icestore.

如果对 `Iceworks` 感兴趣,请参考 [CONTRIBUTING.md](./.github/CONTRIBUTING.md) 学习如何贡献代码。
If you're interested in icestore, see [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for more information to learn how to get started.

## ICE 生态
## ICE Ecosystem

| Project | Version | Docs | Description |
|----------------|------------------|--------------|-----------|
| [icejs] | [![icejs-status]][icejs-package] | [docs][icejs-docs] | 基于 React 的企业级研发框架 |
| [icestark] | [![icestark-status]][icestark-package] | [docs][icestark-docs] | 面向大型应用的微前端解决方案 |
| [icestore] | [![icestore-status]][icestore-package] | [docs][icestore-docs] | 简单友好的轻量级状态管理方案 |
| [formily] | [![formily-status]][formily-package] | [docs][formily-docs] | 能力完备性能出众的表单解决方案 |
| [icejs] | [![icejs-status]][icejs-package] | [docs][icejs-docs] | A universal framework based on react.js |
| [icestark] | [![icestark-status]][icestark-package] | [docs][icestark-docs] | Micro Frontends solution for large application |
| [icestore] | [![icestore-status]][icestore-package] | [docs][icestore-docs] | Simple and friendly state for React |
| [formily] | [![formily-status]][formily-package] | [docs][formily-docs] | Alibaba Group Unified Form Solution |

[icejs]: https://github.com/alibaba/ice
[icestark]: https://github.com/ice-lab/icestark
Expand All @@ -71,9 +71,9 @@
[icestore-docs]: https://github.com/ice-lab/icestore#icestore
[formily-docs]: https://formilyjs.org/

## 社区
## Community

| 钉钉群 | GitHub issues | Gitter |
| DingTalk community | GitHub issues | Gitter |
|-------------------------------------|--------------|---------|
| <a href="https://ice.alicdn.com/assets/images/qrcode.png"><img src="https://ice.alicdn.com/assets/images/qrcode.png" width="150" /></a> | [issues] | [gitter]|

Expand Down
45 changes: 22 additions & 23 deletions README.en.md → README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
English | [简体中文](./README.md)
简体中文 | [English](./README.md)

<p align="center">
<a href="https://ice.work">
Expand All @@ -8,47 +8,46 @@ English | [简体中文](./README.md)

<h1 align="center">Iceworks</h1>

<p align="center">Universal Application Development Pack</p>
<p align="center">可视化智能开发助手</p>

<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/version/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/version/iceworks-team.iceworks.svg?logo=visual-studio-code" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks&ssr=false#review-details"><img src="https://vsmarketplacebadge.apphb.com/rating-short/iceworks-team.iceworks.svg" /></a>
<a href="https://github.com/ice-lab/iceworks/actions"><img src="https://github.com/ice-lab/iceworks/workflows/ci/badge.svg" /></a>
<a href="https://codecov.io/gh/ice-lab/iceworks"><img src="https://img.shields.io/codecov/c/github/ice-lab/iceworks/master.svg" alt="Test Coverage" /></a>
<a href="https://github.com/alibaba/ice/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="https://github.com/ice-lab/iceworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
</p>

## Quick Start
## 快速开始

Use Iceworks to develop Universal Application quickly:

- Click "Shop Icon" on Activity Bar of VS Code
- Enter "iceworks" in the input box to search
- Click the Install button on the first iceworks option
- 点击 VS Code 活动栏上的「插件商店图标」;
- 在输入框中输入「iceworks」进行搜索;
- 点击第一个「iceworks」选项上的「安装」按钮。

![install demo](https://img.alicdn.com/tfs/TB1Bm.kaCR26e4jSZFEXXbwuXXa-1024-766.gif)

After installation is successful, click the "Iceworks icon" on Activity Bar of VS Code to start:
安装成功后,点击 VS Code 界面左侧活动栏上的「Iceworks 图标」,开始使用:

![Iceworks](https://img.alicdn.com/tfs/TB1kPb5NoT1gK0jSZFrXXcNCXXa-1024-766.gif)
![使用示例](https://img.alicdn.com/tfs/TB1nk3YRQL0gK0jSZFtXXXQCXXa-1024-768.png_790x10000.jpg)

See the [Iceworks Pack](extensions/iceworks/README.md) for more details.
[查看套件了解更多功能](extensions/iceworks/README.md)

## Contributors
## 参与贡献

Feel free to report any questions as an [issue](https://github.com/ice-lab/iceworks/issues/new), we'd love to have your helping hand on icestore.
欢迎通过 [issue](https://github.com/ice-lab/iceworks/issues/new) 反馈问题。

If you're interested in icestore, see [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for more information to learn how to get started.
如果对 `Iceworks` 感兴趣,请参考 [CONTRIBUTING.md](./.github/CONTRIBUTING.md) 学习如何贡献代码。

## ICE Ecosystem
## ICE 生态

| Project | Version | Docs | Description |
|----------------|------------------|--------------|-----------|
| [icejs] | [![icejs-status]][icejs-package] | [docs][icejs-docs] | A universal framework based on react.js |
| [icestark] | [![icestark-status]][icestark-package] | [docs][icestark-docs] | Micro Frontends solution for large application |
| [icestore] | [![icestore-status]][icestore-package] | [docs][icestore-docs] | Simple and friendly state for React |
| [formily] | [![formily-status]][formily-package] | [docs][formily-docs] | Alibaba Group Unified Form Solution |
| [icejs] | [![icejs-status]][icejs-package] | [docs][icejs-docs] | 基于 React 的企业级研发框架 |
| [icestark] | [![icestark-status]][icestark-package] | [docs][icestark-docs] | 面向大型应用的微前端解决方案 |
| [icestore] | [![icestore-status]][icestore-package] | [docs][icestore-docs] | 简单友好的轻量级状态管理方案 |
| [formily] | [![formily-status]][formily-package] | [docs][formily-docs] | 能力完备性能出众的表单解决方案 |

[icejs]: https://github.com/alibaba/ice
[icestark]: https://github.com/ice-lab/icestark
Expand All @@ -70,9 +69,9 @@ If you're interested in icestore, see [CONTRIBUTING.md](./.github/CONTRIBUTING.m
[icestore-docs]: https://github.com/ice-lab/icestore#icestore
[formily-docs]: https://formilyjs.org/

## Community
## 社区

| DingTalk community | GitHub issues | Gitter |
| 钉钉群 | GitHub issues | Gitter |
|-------------------------------------|--------------|---------|
| <a href="https://ice.alicdn.com/assets/images/qrcode.png"><img src="https://ice.alicdn.com/assets/images/qrcode.png" width="150" /></a> | [issues] | [gitter]|

Expand Down
5 changes: 5 additions & 0 deletions extensions/iceworks-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.4.6
- feat: support pegasus project debugger.
- feat: add quick entries in tree view.
- fix: stop command fail.

## 0.4.5
- feat: add component-generator and component-creator quickPick.

Expand Down
105 changes: 0 additions & 105 deletions extensions/iceworks-app/README.en.md

This file was deleted.

Loading

0 comments on commit ffa830d

Please sign in to comment.