create-analog 0.2.20 → 0.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template-angular-v15/README.md +5 -4
- package/template-angular-v15/angular.json +1 -0
- package/template-angular-v15/package.json +2 -2
- package/template-angular-v16/README.md +5 -4
- package/template-angular-v16/angular.json +1 -0
- package/template-angular-v16/package.json +3 -3
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@ This project was generated with [Analog](https://analogjs.org), the fullstack me
|
|
|
4
4
|
|
|
5
5
|
## Setup
|
|
6
6
|
|
|
7
|
-
Run `
|
|
7
|
+
Run `npm install` to install the application dependencies.
|
|
8
8
|
|
|
9
9
|
## Development
|
|
10
10
|
|
|
11
|
-
Run `
|
|
11
|
+
Run `npm start` for a dev server. Navigate to `http://localhost:5173/`. The application automatically reloads if you change any of the source files.
|
|
12
12
|
|
|
13
13
|
## Build
|
|
14
14
|
|
|
15
|
-
Run `
|
|
15
|
+
Run `npm run build` to build the client/server project. The client build artifacts are located in the `dist/analog/public` directory. The server for the API build artifacts are located in the `dist/analog/server` directory.
|
|
16
16
|
|
|
17
17
|
## Test
|
|
18
18
|
|
|
19
|
-
Run `
|
|
19
|
+
Run `npm run test` to run unit tests with [Vitest](https://vitest.dev).
|
|
20
20
|
|
|
21
21
|
## Community
|
|
22
22
|
|
|
@@ -24,3 +24,4 @@ Run `yarn test` to run unit tests with [Vitest](https://vitest.dev).
|
|
|
24
24
|
- Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)
|
|
25
25
|
- Visit the [Website](https://analogjs.org/)
|
|
26
26
|
- Follow us on [Twitter](https://twitter.com/analogjs)
|
|
27
|
+
- Become a [Sponsor](https://github.com/sponsors/brandonroberts)
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"test": "ng test"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@analogjs/content": "^0.2.0-beta.
|
|
18
|
-
"@analogjs/router": "^0.2.0-beta.
|
|
17
|
+
"@analogjs/content": "^0.2.0-beta.9",
|
|
18
|
+
"@analogjs/router": "^0.2.0-beta.9",
|
|
19
19
|
"@angular/animations": "^15.0.0",
|
|
20
20
|
"@angular/common": "^15.0.0",
|
|
21
21
|
"@angular/compiler": "^15.0.0",
|
|
@@ -4,19 +4,19 @@ This project was generated with [Analog](https://analogjs.org), the fullstack me
|
|
|
4
4
|
|
|
5
5
|
## Setup
|
|
6
6
|
|
|
7
|
-
Run `
|
|
7
|
+
Run `npm install` to install the application dependencies.
|
|
8
8
|
|
|
9
9
|
## Development
|
|
10
10
|
|
|
11
|
-
Run `
|
|
11
|
+
Run `npm start` for a dev server. Navigate to `http://localhost:5173/`. The application automatically reloads if you change any of the source files.
|
|
12
12
|
|
|
13
13
|
## Build
|
|
14
14
|
|
|
15
|
-
Run `
|
|
15
|
+
Run `npm run build` to build the client/server project. The client build artifacts are located in the `dist/analog/public` directory. The server for the API build artifacts are located in the `dist/analog/server` directory.
|
|
16
16
|
|
|
17
17
|
## Test
|
|
18
18
|
|
|
19
|
-
Run `
|
|
19
|
+
Run `npm run test` to run unit tests with [Vitest](https://vitest.dev).
|
|
20
20
|
|
|
21
21
|
## Community
|
|
22
22
|
|
|
@@ -24,3 +24,4 @@ Run `yarn test` to run unit tests with [Vitest](https://vitest.dev).
|
|
|
24
24
|
- Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)
|
|
25
25
|
- Visit the [Website](https://analogjs.org/)
|
|
26
26
|
- Follow us on [Twitter](https://twitter.com/analogjs)
|
|
27
|
+
- Become a [Sponsor](https://github.com/sponsors/brandonroberts)
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"test": "ng test"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@analogjs/content": "^0.2.0-beta.
|
|
18
|
-
"@analogjs/router": "^0.2.0-beta.
|
|
17
|
+
"@analogjs/content": "^0.2.0-beta.9",
|
|
18
|
+
"@analogjs/router": "^0.2.0-beta.9",
|
|
19
19
|
"@angular/animations": "^16.0.0",
|
|
20
20
|
"@angular/common": "^16.0.0",
|
|
21
21
|
"@angular/compiler": "^16.0.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"zone.js": "~0.13.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@analogjs/platform": "^0.2.0-beta.
|
|
37
|
+
"@analogjs/platform": "^0.2.0-beta.9",
|
|
38
38
|
"@angular-devkit/build-angular": "^16.0.0",
|
|
39
39
|
"@angular/cli": "^16.0.0",
|
|
40
40
|
"@angular/compiler-cli": "^16.0.0",
|