- updated version.

- updated packages.
- linted README.
- build.
This commit is contained in:
Eugene Serb 2022-09-10 14:15:48 +03:00
parent ee9f2cdf3c
commit 37e161376f
9 changed files with 504 additions and 521 deletions

View File

@ -7,10 +7,10 @@ Tech Stack:
***Vue.js***, ***Vuex***, ***Vue Router***, ***Typescript***, ***Javascript***, ***HTML***, ***CSS***, ***SCSS***, ***ESLint***, ***Babel***.
Commands:<br />
* npm install Project setup.<br />
* npm run serve Compiles and hot-reloads for development.<br />
* npm run build Compiles and minifies for production.<br />
* npm run lint Lints and fixes files.<br />
* npm install Project setup.<br />
* npm run serve Compiles and hot-reloads for development.<br />
* npm run build Compiles and minifies for production.<br />
* npm run lint Lints and fixes files.<br />
Catalogs structure:<br />
***/docs/*** production build. <br />

View File

@ -7,10 +7,10 @@ Tech Stack:
***Vue.js***, ***Vuex***, ***Vue Router***, ***Typescript***, ***Javascript***, ***HTML***, ***CSS***, ***SCSS***, ***ESLint***, ***Babel***.
Commands:<br />
* npm install Project setup.<br />
* npm run serve Compiles and hot-reloads for development.<br />
* npm run build Compiles and minifies for production.<br />
* npm run lint Lints and fixes files.<br />
* npm install Project setup.<br />
* npm run serve Compiles and hot-reloads for development.<br />
* npm run build Compiles and minifies for production.<br />
* npm run lint Lints and fixes files.<br />
Catalogs structure:<br />
***/docs/*** production build. <br />

View File

@ -15,4 +15,4 @@
webvisor: true
});</script><style>[v-cloak] {
display: none;
}</style><script defer="defer" src="/js/chunk-vendors.e296822d.js"></script><script defer="defer" src="/js/app.d0c8a9ec.js"></script><link href="/css/app.61999447.css" rel="stylesheet"></head><body><div id="app" class="app" v-cloak></div><noscript>You need to enable JavaScript to run this app.</noscript><noscript><div><img src="https://mc.yandex.ru/watch/89252711" style="position:absolute; left:-9999px;" alt=""/></div></noscript></body></html>
}</style><script defer="defer" src="/js/chunk-vendors.34a275bd.js"></script><script defer="defer" src="/js/app.d0c8a9ec.js"></script><link href="/css/app.61999447.css" rel="stylesheet"></head><body><div id="app" class="app" v-cloak></div><noscript>You need to enable JavaScript to run this app.</noscript><noscript><div><img src="https://mc.yandex.ru/watch/89252711" style="position:absolute; left:-9999px;" alt=""/></div></noscript></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

991
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "wavelovers",
"description": "Wavelovers. Use your device vibration correctly. Make a massager out of a gamepad.",
"keywords": [ "wavelovers", "gamepad-vibrator", "gamepad-test-tool", "gamepad-vibration-test-tool" ],
"version": "1.0.16",
"version": "1.0.17",
"license": "GNU GPL v3",
"homepage": "https://wavelovers.ru/",
"author": {

View File

@ -7,10 +7,10 @@ Tech Stack:
***Vue.js***, ***Vuex***, ***Vue Router***, ***Typescript***, ***Javascript***, ***HTML***, ***CSS***, ***SCSS***, ***ESLint***, ***Babel***.
Commands:<br />
* npm install Project setup.<br />
* npm run serve Compiles and hot-reloads for development.<br />
* npm run build Compiles and minifies for production.<br />
* npm run lint Lints and fixes files.<br />
* npm install Project setup.<br />
* npm run serve Compiles and hot-reloads for development.<br />
* npm run build Compiles and minifies for production.<br />
* npm run lint Lints and fixes files.<br />
Catalogs structure:<br />
***/docs/*** production build. <br />