Skip to content

Commit 09c1ce2

Browse files
Update Readme for changes to package.json
1 parent 616912a commit 09c1ce2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

2wr-app/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,28 @@ npm install
2828
npm run serve
2929
```
3030

31+
## Alternatively, you can run the functions and the Vue build for development
32+
33+
```console
34+
npm run dev
35+
```
36+
37+
We've started the process of moving to a two tier build names where dev processes are prefixed with dev: so that you can run all the process by building this way. You will notice that you can run these separated if needed:
38+
39+
### Just Serve the Vue PWA
40+
41+
```console
42+
npm run dev:serve
43+
```
44+
45+
### Just Start the Azure Function Project
46+
47+
```console
48+
npm run dev:napi
49+
```
50+
51+
**NOTE**: We will be moving all the processes to this once we complete changes to the CI Build.
52+
3153
## Compiles and minifies for production
3254

3355
```console

0 commit comments

Comments
 (0)