Skip to content

Commit 0d66b43

Browse files
committed
doc: update
1 parent 81f89a7 commit 0d66b43

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

docs/develop/change-log.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
### Version 2.4.0
33

44
- improve: extract client and server common entity
5-
- conf: remove hocon config
5+
- conf: **break change** remove hocon config
6+
- ci: add js client build ci
7+
- improve: clean deps, update claps
68

79
### Version 2.3.0
810

docs/guide/spa-client-npm-package.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# NPM Package
22

3-
## Overview
4-
53
## Install in new project
64

7-
there is more info at [getting started](./getting-started.md#run-spa-client-in-npm-package)
5+
```shell
6+
npm install --save-dev spa-client
7+
```
8+
there has more info at [getting started](./getting-started.md#run-spa-client-in-npm-package)
89

9-
There has an example project for npm package users:
10+
There id an example project for npm package users, you can view the package.json:
1011
[js-app-example](https://github.com/fornetcode/spa-server/tree/master/example/js-app-example).
1112

1213
## Build Source Code
1314

1415
```shell
1516
git clone --recursive https://github.com/fornetcode/spa-server
1617
cd jsclient && npm install && npm build
17-
```
18+
```

jsclient/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spa-client",
33
"version": "2.4.0",
4-
"description": "js sdk for spa-server",
4+
"description": "js client for spa-server",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)