File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -164,3 +164,5 @@ event to know when the user is in the complete screen and handle the rest manual
164164 # make changes, test and submit pull request with description of changes
165165 ` ` `
166166* If you think you found a bug, create an issue that thoroughly explains the problem, with clear steps to reproduce.
167+
168+ Made with [Vue.js](https://vuejs.org/)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Requirements:
1515
1616After checking the prerequisites, follow these simple steps to install and use Vue Form:
1717
18- ```
18+ ``` shell
1919# clone the repo
2020$ git clone https://github.com/ditdot-dev/vue-form.git myproject
2121
@@ -25,7 +25,7 @@ $ cd myproject
2525
2626If you use npm:
2727
28- ```
28+ ``` shell
2929$ npm install
3030
3131# serve with hot reload at localhost:8080 by default.
@@ -37,7 +37,7 @@ $ npm run build
3737
3838If you use yarn:
3939
40- ```
40+ ``` shell
4141$ yarn install
4242
4343# serve with hot reload at localhost:8080 by default.
@@ -47,6 +47,8 @@ $ yarn serve
4747$ yarn build
4848```
4949
50+ Made with [ Vue.js] ( https://vuejs.org/ )
51+
5052## Browser Support
5153
5254Modern browsers and IE11.
You can’t perform that action at this time.
0 commit comments