@@ -9,27 +9,35 @@ In the project directory, you can run:
9
9
### ` npm start `
10
10
11
11
Runs the app in the development mode.
12
- Open [ http://localhost:8080 ] ( http://localhost:8080 ) to view it in your browser.
13
-
12
+ Open [ http://localhost:5173 ] ( http://localhost:5173 ) to view it in your browser.
14
13
The page will reload when you make changes.
15
- You may also see any lint errors in the console.
16
14
17
- ### ` npm run ios -- --env prd `
18
- ### ` npm run android -- --env prd `
19
- ### ` npm run windows -- --env prd `
20
- ### ` npm run macos -- --env prd `
15
+ ## Start the emulator for each platform.
16
+
17
+ ### ` npm run preview:windows -- --env prd `
18
+ ### ` npm run preview:macos -- --env prd `
19
+ ### ` npm run preview:linux -- --env prd `
20
+ ### ` npm run preview:ios -- --env prd `
21
+ ### ` npm run preview:android -- --env prd `
21
22
22
- Start the emulator for each platform.
23
+ Launch emulators for various platforms including Windows, macOS, Linux, iOS, Android, and Web (HTML).
24
+ You can check the operation of the application in the environment specified by env=*** .
23
25
24
26
### ` npm run generate `
25
27
26
28
Generate the necessary View and ViewModel classes from the routing JSON file.
27
29
30
+ ## Unit Test
31
+
28
32
### ` npm test `
29
33
30
34
Launches the test runner.
31
35
32
- ### ` npm run build -- --platform web --env prd `
36
+ ### ` npm run build:web `
37
+ ### ` npm run build:steam:windows `
38
+ ### ` npm run build:steam:macos `
39
+ ### ` npm run build:steam:linux `
40
+ ### ` npm run build -- --platform *** --env*** `
33
41
34
42
Multi-platform builder, writes to various platforms including macOS, Windows, iOS, Android, and Web (HTML).
35
43
Builds apps for the environment specified by env=*** .
0 commit comments