File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
### Version 2.4.0
3
3
4
4
- 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
6
8
7
9
### Version 2.3.0
8
10
Original file line number Diff line number Diff line change 1
1
# NPM Package
2
2
3
- ## Overview
4
-
5
3
## Install in new project
6
4
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 )
8
9
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 :
10
11
[ js-app-example] ( https://github.com/fornetcode/spa-server/tree/master/example/js-app-example ) .
11
12
12
13
## Build Source Code
13
14
14
15
``` shell
15
16
git clone --recursive https://github.com/fornetcode/spa-server
16
17
cd jsclient && npm install && npm build
17
- ```
18
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " spa-client" ,
3
3
"version" : " 2.4.0" ,
4
- "description" : " js sdk for spa-server" ,
4
+ "description" : " js client for spa-server" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments