@progress/kendo-cli 1.2.0 → 1.3.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 +101 -5
- package/dist/index.js +482 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,6 +86,103 @@ Options:
|
|
|
86
86
|
[string] [choices: "default", "bootstrap", "material"] [default: "default"]
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
+
> Kendo ♥ Vite
|
|
90
|
+
|
|
91
|
+
To use ***KendoReact*** and create a new ***React*** project using ***Vite***:
|
|
92
|
+
|
|
93
|
+
``` bash
|
|
94
|
+
# Create KendoReact app with Vite with theme option
|
|
95
|
+
npx kendo react create nextjs MyKendoApp --theme=bootstrap
|
|
96
|
+
|
|
97
|
+
# Create KendoReact app with Vite with styling option
|
|
98
|
+
npx kendo react create nextjs MyKendoApp --styling=Sass
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### Options
|
|
102
|
+
|
|
103
|
+
Styling options:
|
|
104
|
+
|
|
105
|
+
- `--styling=CSS` - Use CSS styling (default)
|
|
106
|
+
- `--styling=Sass` - Use Sass styling
|
|
107
|
+
|
|
108
|
+
Theme options:
|
|
109
|
+
|
|
110
|
+
- `--theme=default`
|
|
111
|
+
- `--theme=bootstrap`
|
|
112
|
+
- `--theme=material`
|
|
113
|
+
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
kendo react create vite [name]
|
|
117
|
+
|
|
118
|
+
Create KendoReact app with Vite.
|
|
119
|
+
|
|
120
|
+
Positionals:
|
|
121
|
+
name Name of the generated application. [string] [default: "KendoReactApp"]
|
|
122
|
+
|
|
123
|
+
Options:
|
|
124
|
+
--help Show help [boolean]
|
|
125
|
+
--version Show version number [boolean]
|
|
126
|
+
-v, --verbose Set verbosity level, e.g. -vvv sets verbosity to level
|
|
127
|
+
3. max 5. [count] [default: 1]
|
|
128
|
+
-q, --quiet Silence output as much as possible. Sets verbosity to
|
|
129
|
+
level 0. [boolean] [default: false]
|
|
130
|
+
--typescript, --ts Initialize as a TypeScript project.
|
|
131
|
+
[boolean] [default: false]
|
|
132
|
+
--styling Styling language
|
|
133
|
+
[string] [choices: "CSS", "Sass"] [default: "CSS"]
|
|
134
|
+
--theme Kendo theme to apply.
|
|
135
|
+
[string] [choices: "default", "bootstrap", "material"] [default: "default"]
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
> Kendo ♥ Astro
|
|
139
|
+
|
|
140
|
+
To use ***KendoReact*** and create a new ***React*** project using ***Astro***:
|
|
141
|
+
|
|
142
|
+
``` bash
|
|
143
|
+
# Create KendoReact app with Astro with theme option
|
|
144
|
+
npx kendo react create astro MyKendoApp --theme=bootstrap
|
|
145
|
+
|
|
146
|
+
# Create KendoReact app with Astro with styling option
|
|
147
|
+
npx kendo react create astro MyKendoApp --styling=Sass
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### Options
|
|
151
|
+
|
|
152
|
+
Styling options:
|
|
153
|
+
|
|
154
|
+
- `--styling=CSS` - Use CSS styling (default)
|
|
155
|
+
- `--styling=Sass` - Use Sass styling
|
|
156
|
+
|
|
157
|
+
Theme options:
|
|
158
|
+
|
|
159
|
+
- `--theme=default`
|
|
160
|
+
- `--theme=bootstrap`
|
|
161
|
+
- `--theme=material`
|
|
162
|
+
|
|
163
|
+
```
|
|
164
|
+
kendo react create astro [name]
|
|
165
|
+
|
|
166
|
+
Create KendoReact app with Astro.
|
|
167
|
+
|
|
168
|
+
Positionals:
|
|
169
|
+
name Name of the generated application. [string] [default: "KendoReactApp"]
|
|
170
|
+
|
|
171
|
+
Options:
|
|
172
|
+
--help Show help [boolean]
|
|
173
|
+
--version Show version number [boolean]
|
|
174
|
+
-v, --verbose Set verbosity level, e.g. -vvv sets verbosity to level
|
|
175
|
+
3. max 5. [count] [default: 1]
|
|
176
|
+
-q, --quiet Silence output as much as possible. Sets verbosity to
|
|
177
|
+
level 0. [boolean] [default: false]
|
|
178
|
+
--typescript, --ts Initialize as a TypeScript project.
|
|
179
|
+
[boolean] [default: false]
|
|
180
|
+
--styling Styling language
|
|
181
|
+
[string] [choices: "CSS", "Sass"] [default: "CSS"]
|
|
182
|
+
--theme Kendo theme to apply.
|
|
183
|
+
[string] [choices: "default", "bootstrap", "material"] [default: "default"]
|
|
184
|
+
```
|
|
185
|
+
|
|
89
186
|
## Kendo jQuery Project Generator
|
|
90
187
|
|
|
91
188
|
To use ***Kendo UI for jQuery*** and create a new ***jQuery*** project using ***our new project templates***:
|
|
@@ -136,11 +233,10 @@ npx kendo jquery create jsa MyjQueryStandardApp
|
|
|
136
233
|
|
|
137
234
|
Theme options:
|
|
138
235
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
236
|
+
- `--theme=default`
|
|
237
|
+
- `--theme=bootstrap`
|
|
238
|
+
- `--theme=material`
|
|
239
|
+
- `--theme=fluent`
|
|
144
240
|
|
|
145
241
|
### Build and Run
|
|
146
242
|
|