docker-react 0.0.1-alpha.2 → 0.0.1
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/README.md +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@ CLI & base image to deploy React applications with docker containers.
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- [
|
|
8
|
-
- [
|
|
7
|
+
- [X] Configuration
|
|
8
|
+
- [X] Command-line arguments
|
|
9
9
|
- [ ] Configuration file
|
|
10
|
-
- [
|
|
11
|
-
- [
|
|
12
|
-
- [
|
|
13
|
-
- [
|
|
10
|
+
- [X] Lightweight nginx docker container
|
|
11
|
+
- [X] CLI
|
|
12
|
+
- [X] Runtime environment variable injection & validation
|
|
13
|
+
- [X] Javascript
|
|
14
14
|
- [ ] HTML
|
|
15
15
|
- [ ] Hash file for cache invalidation
|
|
16
16
|
- [ ] Application initialization
|
|
@@ -22,12 +22,12 @@ CLI & base image to deploy React applications with docker containers.
|
|
|
22
22
|
## Supported Tooling
|
|
23
23
|
|
|
24
24
|
- [ ] Create React App
|
|
25
|
-
- [
|
|
25
|
+
- [X] Vite
|
|
26
26
|
- [ ] React Static
|
|
27
27
|
|
|
28
28
|
## Supported Validation
|
|
29
29
|
|
|
30
|
-
- [
|
|
30
|
+
- [X] Joi
|
|
31
31
|
- [ ] Yup
|
|
32
32
|
|
|
33
33
|
## Other TODOs
|