You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then run the following command to run both OverVue and Vue developer tools.
80
+
80
81
```
81
82
npm run dev
82
83
```
@@ -92,7 +93,9 @@ Then to start only OverVue in developer mode, open a new terminal instance and s
92
93
```
93
94
quasar dev -m electron
94
95
```
95
-
**NOTE**:
96
+
97
+
**NOTE**:
98
+
96
99
<ul>
97
100
<li>Electron-deeplink currently does not work on our WSL2 computers and output an error during installing the dependency which prevented the application to open in dev mode. Go to /src-electron/electron-main.js and comment out line 3/import line to bypass error. The developers did not find any impacts on application so far.</li>
98
101
<li>There might be an npm install error despite all instructions. Try the following command below:</li>
- You may nest HTML elements by clicking the chevron and selecting the nested HTML elements. Return to the parent HTML element by clicking clicking the carrot above the HTML element.
194
210
195
211
- Select a parent component for the new component if needed.
196
-
- After creating the component, you can move, resize, and recolor the component in the display. For advanced styling options, double click on the desired HTML element to modify. Here, you may add attributes such as class, ID, and v-model.
212
+
- After creating the component, you can move, resize, and recolor the component in the display. For advanced styling options, double click on the desired HTML element to modify. Here, you may add attributes such as class, ID, and v-model.
197
213

198
214
199
215
- You can also duplicate components with Ctrl/Cmd C & V and see the component tree updated in real time.
@@ -203,10 +219,10 @@ npm run dev
203
219
- Child components will inherit the same parents, but parent components will not inherit duplicate children.
- The right-side, Component Details > Code Snippet Tab displays live code snippets for the selected component.
222
+
- The right-side, Component Details > Code Snippet Tab displays live code snippets for the selected component.
207
223

208
224
209
-
- You can view and add new routes and associated components in the right-side, Routes Gab. The newly created routes will be visible in the Project Tree Tab.
225
+
- You can view and add new routes and associated components in the right-side, Routes Gab. The newly created routes will be visible in the Project Tree Tab.
210
226

211
227
212
228
- State and actions can be created, edited, and assigned to components.
@@ -235,11 +251,13 @@ src/
235
251
babel.config.js
236
252
package.json
237
253
```
238
-
<br/>
254
+
255
+
<br/>
239
256
240
257
[↥Back to top](#table-of-contents)
241
258
242
259
## BETA
260
+
243
261
### Slack OAuth
244
262
245
263
For the Slack OAuth, you will need to create a Slack app through their website (https://api.slack.com/apps?new_app=1), so that you have your own Client Secret and Client ID. Then create two .env files (one for development and one for production).
0 commit comments