Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,5 @@ event to know when the user is in the complete screen and handle the rest manual
# make changes, test and submit pull request with description of changes
```
* If you think you found a bug, create an issue that thoroughly explains the problem, with clear steps to reproduce.

Made with [Vue.js](https://vuejs.org/)
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Requirements:

After checking the prerequisites, follow these simple steps to install and use Vue Form:

```
```shell
# clone the repo
$ git clone https://github.com/ditdot-dev/vue-form.git myproject

Expand All @@ -25,7 +25,7 @@ $ cd myproject

If you use npm:

```
```shell
$ npm install

# serve with hot reload at localhost:8080 by default.
Expand All @@ -37,7 +37,7 @@ $ npm run build

If you use yarn:

```
```shell
$ yarn install

# serve with hot reload at localhost:8080 by default.
Expand All @@ -47,6 +47,8 @@ $ yarn serve
$ yarn build
```

Made with [Vue.js](https://vuejs.org/)

## Browser Support

Modern browsers and IE11.
Expand Down