modify README.md in each step webpart.

This commit is contained in:
ysliu 2016-09-13 17:16:56 +08:00
parent 1a833f0f4e
commit 890a2f0a9b
4 changed files with 2 additions and 33 deletions

View File

@ -1,11 +1,3 @@
## Todo sample web part step 1 ## Todo sample web part step 1
In this step, we create an empty React web part using Yeoman SharePoint Generator. In this step, we create an empty React web part using Yeoman SharePoint Generator.
## How to build
```bash
npm install
gulp serve
gulp package-solution
```

View File

@ -1,11 +1,3 @@
## Todo sample web part step 2 ## Todo sample web part step 2
In this step, we add the React components and a mock data provider for todo web part. In this step, we add the React components and a mock data provider for todo web part.
## How to build
```bash
npm install
gulp serve
gulp package-solution
```

View File

@ -4,11 +4,3 @@ In this step, we add a data provider that could interact with current SharePoint
task lists and CRUD task items. task lists and CRUD task items.
We also add codes to use framework's property pane to configure the todo web part's properties. We also add codes to use framework's property pane to configure the todo web part's properties.
## How to build
```bash
npm install
gulp serve
gulp package-solution
```

View File

@ -1,12 +1,5 @@
## Todo sample web part step 4 ## Todo sample web part step 4
In this step, we add the SharePoint feature xml to the todo-webpart-sample project. It will create a In this step, we add the SharePoint feature xml to the todo-webpart-sample project. It will create a
default Tasks list (DefaultTodoList) when we deploy the solution package. default Tasks list (DefaultTodoList) when we deploy the solution package. Use `gulp package-solution`
to generate the package and deploy it.
## How to build
```bash
npm install
gulp serve
gulp package-solution
```