-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Upgrade version and update change log (#83)
* feat: upgrade version and add change log * docs: use Chinese as default
- Loading branch information
Showing
26 changed files
with
210 additions
and
122 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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
## Version 0.1.0 | ||
- Initial release | ||
# Change Log | ||
|
||
## 0.1.22 | ||
|
||
Spelling of unified brand name: Iceworks. | ||
|
||
## 0.1.0 | ||
|
||
Initial release |
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,34 @@ | ||
English | [简体中文](./README.md) | ||
|
||
# Iceworks App | ||
|
||
It helps you preview your Universal Application project, including the information of npm scripts, pages, components and node dependencies. It also supports quick installation or upgrade dependencies, adding new pages and components, and much more. | ||
|
||
## Usage | ||
|
||
### npm Scripts | ||
|
||
- Support viewing the executable npm scripts of your app | ||
- Support execute the npm scripts | ||
|
||
![script.gif](https://img.alicdn.com/tfs/TB1of.nHFT7gK0jSZFpXXaTkpXa-1272-786.gif) | ||
|
||
### Pages and Components | ||
|
||
- Support jumping to corresponding pages and components | ||
- Support adding pages and components(TODO) | ||
|
||
![pages&components.gif](https://img.alicdn.com/tfs/TB1tfArHHY1gK0jSZTEXXXDQVXa-1265-760.gif) | ||
|
||
### Node Dependencies | ||
|
||
- Support viewing the project dependency information | ||
- Support installing new dependencies and upgrading dependencies | ||
- Support installing and reinstalling dependencies | ||
- Support setting npm client and npm registry | ||
|
||
![nodeDependencies.gif](https://img.alicdn.com/tfs/TB1SLgPXj39YK4jSZPcXXXrUFXa-1274-805.gif) | ||
|
||
## License | ||
|
||
[MIT](./LICENSE) |
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 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
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,5 +1,9 @@ | ||
# Change Log | ||
|
||
## Version 0.1.0 | ||
## 0.1.3 | ||
|
||
- Initial release | ||
Spelling of unified brand name: Iceworks. | ||
|
||
## 0.1.0 | ||
|
||
Initial release |
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,17 @@ | ||
English | [简体中文](./README.md) | ||
|
||
# Iceworks Component Builder | ||
|
||
Create a component in a low-code way. | ||
|
||
## Usage | ||
|
||
![create-component](https://img.alicdn.com/tfs/TB1.WORe5cKOu4jSZKbXXc19XXa-960-600.gif) | ||
|
||
1. Enter the component name (to be used as the folder name) | ||
2. Select the block to be download | ||
3. Click "generate component" button to generate component code | ||
|
||
## License | ||
|
||
[MIT](./LICENSE) |
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 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
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,5 +1,9 @@ | ||
# Change Log | ||
|
||
## Version 0.1.0 | ||
## 0.1.3 | ||
|
||
- Initial release | ||
Spelling of unified brand name: Iceworks. | ||
|
||
## 0.1.0 | ||
|
||
Initial release |
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,17 @@ | ||
English | [简体中文](./README.md) | ||
|
||
# Iceworks Page Builder | ||
|
||
Create a web page view in a low-code way. | ||
|
||
## Usage | ||
|
||
![create-page](https://img.alicdn.com/tfs/TB1mdpDJKT2gK0jSZFvXXXnFXXa-960-600.gif) | ||
|
||
1. Enter the page name (to be used as the folder name) | ||
2. Select the block to be used for the page from the block list on the right, click to add it to the page preview area on the left | ||
3. Click "generate page" button to generate page code | ||
|
||
## License | ||
|
||
[MIT](./LICENSE) |
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 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
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 @@ | ||
# Change Log | ||
|
||
## 0.1.2 | ||
|
||
- refactor: Spelling of unified brand name: Iceworks. | ||
- fix: Open window logic | ||
- fix: Standardization and unification of Chinese and English names | ||
|
||
## 0.1.0 | ||
|
||
Initial release |
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,13 @@ | ||
English | [简体中文](./README.md) | ||
|
||
# Iceworks Project Creator | ||
|
||
Quick create a Universal Application project(React/Rax/Vue, etc). | ||
|
||
## Quick Start | ||
|
||
1. Select a scaffold | ||
2. Input your project Infomation | ||
3. Open project automatically | ||
|
||
![project-creator](https://img.alicdn.com/tfs/TB1hCMnJuT2gK0jSZFvXXXnFXXa-1378-874.gif) |
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,11 +1,13 @@ | ||
简体中文 | [English](./README.en.md) | ||
|
||
# Iceworks Project Creator | ||
|
||
Quick create a Universal Application project(React/Rax/Vue, etc). | ||
快速创建多端应用(例如:React/Rax/Vue...) | ||
|
||
## Quick Start | ||
## 快速开始 | ||
|
||
1. Select a scaffold | ||
2. Input your project Infomation | ||
3. Open project automatically | ||
1. 选择模板 | ||
2. 输入项目信息 | ||
3. 创建应用并自动打开项目 | ||
|
||
![project-creator](https://img.alicdn.com/tfs/TB1hCMnJuT2gK0jSZFvXXXnFXXa-1378-874.gif) |
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,5 +1,9 @@ | ||
# Change Log | ||
|
||
## 0.1.2 | ||
|
||
Spelling of unified brand name: Iceworks. | ||
|
||
## 0.1.1 | ||
|
||
Update link for logo in README.md. | ||
|
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,28 @@ | ||
English | [简体中文](./README.md) | ||
|
||
[![Version](https://vsmarketplacebadge.apphb.com/version/iceworks-team.iceworks.svg)](https://marketplace.visualstudio.com/items?itemName=iceworks.iceworks) | ||
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg)](https://marketplace.visualstudio.com/items?itemName=iceworks.iceworks) | ||
|
||
# Iceworks | ||
|
||
Universal Application Development Pack, using low-code technology. | ||
|
||
Includes following feature: | ||
|
||
- [Project Viewer](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-app): Quick to view and build your Universal Application project | ||
- [Project Creator](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-project-creator): Quick to create a new Universal Application project | ||
- [Page Builder](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-page-builder): Build Page UI by low-code way | ||
- [Component Builder](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-component-builder): Build Component UI by low-code way | ||
|
||
## Quick start | ||
|
||
1. New Window in VS Code(`⇧⌘P`) | ||
![](https://img.alicdn.com/tfs/TB1blgMJNz1gK0jSZSgXXavwpXa-1024-768.png) | ||
2. Click Iceworks icon on the Activity Bar to open the Side Bar | ||
![](https://img.alicdn.com/tfs/TB1G2cValBh1e4jSZFhXXcC9VXa-1024-768.png) | ||
3. Click the "Create Project" button to start create a Universal Application | ||
![](https://img.alicdn.com/tfs/TB1Y4oSJUY1gK0jSZFCXXcwqXXa-1024-768.png) | ||
4. After the project is created, NPM script execution, page creation, component creation and other operations are performed in Iceworks Side Bar | ||
![](https://img.alicdn.com/tfs/TB1hScTJKH2gK0jSZJnXXaT1FXa-1024-768.png) | ||
5. More operations can be obtained by search 'iceworks' in the Command Panel | ||
![](https://img.alicdn.com/tfs/TB16h7PJFP7gK0jSZFjXXc5aXXa-1024-768.png) |
Oops, something went wrong.