File tree Expand file tree Collapse file tree 1 file changed +1
-63
lines changed Expand file tree Collapse file tree 1 file changed +1
-63
lines changed Original file line number Diff line number Diff line change 1
- <!-- ⚠️ This README has been generated from the file(s) "blueprint.md" ⚠️-->
2
- [ ] ( #demos-and-development )
3
-
4
- ## Demos and Development
5
-
6
-
7
- ### Repo Setup
8
-
9
- The package manager used to install and link dependencies must be ` pnpm ` or ` yarn ` . ` npm ` wont work.
10
-
11
- To develop and test:
12
- if you use ` yarn ` then run ` yarn `
13
- if you use ` pnpm ` then run ` pnpm i `
14
-
15
- ** Interactive Menu:**
16
-
17
- To start the interactive menu, run ` npm start ` (or ` yarn start ` or ` pnpm start ` ). This will list all of the commonly used scripts.
18
-
19
- ### Build
20
-
21
- ``` bash
22
- npm run build.all
23
- ```
24
-
25
- ### Demos
26
-
27
- ``` bash
28
- npm run demo.[ng| react| svelte| vue].[ios| android]
29
-
30
- npm run demo.svelte.ios # Example
31
- ```
32
-
33
-
34
- [ ] ( #contributing )
35
-
36
- ## Contributing
37
-
38
- ### Update repo
39
-
40
- You can update the repo files quite easily
41
-
42
- First update the submodules
43
-
44
- ``` bash
45
- npm run update
46
- ```
47
-
48
- Then commit the changes
49
- Then update common files
50
-
51
- ``` bash
52
- npm run sync
53
- ```
54
- Then you can run ` yarn|pnpm ` , commit changed files if any
55
-
56
- ### Publish
57
-
58
- The publishing is completely handled by ` lerna ` (you can add ` -- --bump major ` to force a major release)
59
- Simply run
60
- ``` shell
61
- npm run publish
62
- ```
63
- <br ><br >This monorepo contains multiple packages:<br ><br ><details >
1
+ <!-- ⚠️ This README has been generated from the file(s) "blueprint.md" ⚠️--> This monorepo contains multiple packages:<br ><br ><details >
64
2
<summary ><b >webview</b ></summary >
65
3
# @nativescript-community/ui-webview
66
4
You can’t perform that action at this time.
0 commit comments