Skip to content

Commit f376278

Browse files
rootroot
authored andcommitted
Fixed ReadMe
1 parent afacca2 commit f376278

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

README.md

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -169,66 +169,6 @@
169169

170170
[↥Back to top](#table-of-contents)
171171

172-
## How to use
173-
174-
- Please take a few minutes to watch a quick, yet thorough YouTube tutorial of how to navigate our app :
175-
<iframe width ='400' height='315' src='https://youtu.be/dQw4w9WgXcQ'> </iframe>
176-
- Please take a few minutes to read a quick, yet thorough <a href='https://github.com/open-source-labs/OverVue'> Tutorial </a> of how to navigate our app.
177-
<!-- - Click the settings button to open a browser window, log in to your Slack workspace and select a channel to send save notifications.
178-
- If you have logged in to Slack, upon saving your project file you will receive a prompt with the option to notify your team.
179-
![](./src/assets/readme/v4Slack_Oauth.gif)
180-
181-
- OverVue will assign a default root App component and a default route called "HomeView"
182-
- Upload a mockup from your filesystem if you'd like. Remove the mockup and choose a new one if needed.
183-
![](./src/assets/readme/v4Upload_image.gif)
184-
185-
- To add a new component, type its name in the component name box and select any HTML elements that should be rendered by that component.
186-
- HTML elements can also be added after creation by selecting the component in the display, then selecting HTML elements.
187-
- Select a parent component for the new component if needed.
188-
- After adding, you can move and resize the component in the display.
189-
![](./src/assets/readme/v4Creating_Component.gif)
190-
191-
- You can also duplicate components with Ctrl/Cmd C & V and see the component tree updated in real time.
192-
- Duplicate components will appear offset from their original and retain the same state and route assignments.
193-
![](./src/assets/readme/v4Copy_Child_Components.gif)
194-
195-
- Child components will inherit the same parents, but parent components will not inherit duplicate children.
196-
![](./src/assets/readme/v4Copy_Parent_Component.gif)
197-
198-
- The right-side drawer displays live code snippets for the selected element.
199-
![](./src/assets/readme/v4Code_Snippet.gif)
200-
201-
- You can view and add new routes and associated components in the left-hand drawer.
202-
![](./src/assets/readme/v4Copying_Route.gif)
203-
204-
- State and actions can be created, edited, and assigned to components.
205-
![](./src/assets/readme/v4State_and_actions.gif) -->
206-
207-
- Below is the exported file structure:
208-
209-
```
210-
public/
211-
index.html
212-
src/
213-
assets/
214-
components/
215-
UserCreatedComponent1.vue
216-
UserCreatedComponent2.vue
217-
...
218-
views/
219-
HomeView.vue
220-
UserCreatedRouteComponent1.vue
221-
UserCreatedRouteComponent2.vue
222-
...
223-
App.vue
224-
main.js
225-
router.js
226-
babel.config.js
227-
package.json
228-
```
229-
<br/>
230-
231-
[↥Back to top](#table-of-contents)
232172

233173
## Installation
234174

0 commit comments

Comments
 (0)