We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a704893 commit c94a1bcCopy full SHA for c94a1bc
.travis.yml
@@ -1,6 +1,5 @@
1
language: node_js
2
node_js:
3
- - "5"
4
- "6"
5
- "7"
6
cache:
README.md
@@ -2,7 +2,7 @@
> A Vue.js directive for adjusting a text input's width to fit its content.
-## Install
+### Install
7
```bash
8
$ yarn add vue-input-autowidth
@@ -52,6 +52,19 @@ Default: `0`
52
53
The additional space in pixels to add to the far side of the input's content.
54
55
-## License
+### Development
56
+
57
+```bash
58
+# To run the example
59
+$ npm run example
60
61
+# To run the tests
62
+$ npm test
63
64
+# To publish the dist file
65
+$ npm run build
66
+```
67
68
+### License
69
70
MIT © [Collin Henderson](https://github.com/syropian)
0 commit comments