Commit Graph

31 Commits

Author SHA1 Message Date
3b98faeddd Replaced config w/ dotenv. Hydrate docker nginx using env. Updated readme 2022-08-14 19:49:48 +02:00
762eb6fe79 Build ts, ts-projects & webpack in seperate commands 2022-08-13 12:14:55 +02:00
3111513458 eslint config and required packages
eslint packages/plugins:
  - vue
  - typescript
  - prettier
2022-08-12 23:45:00 +02:00
0015588f9c Upgraded all node modules & update lock file 2022-08-09 01:04:31 +02:00
890d0c428d v1.22.17 2022-07-27 00:41:54 +02:00
a4a669e774 Converted utils & api to typescript. Webpack setup 2022-07-26 22:09:41 +02:00
6c80fdff86 postbuild and clean script
webpack config compiles all matching rules and html-webpack-plugin into
/dist output. Use postbuild to move file out from dist into public
directory.

clean tries to remove build files in /dist and index.html from
postbuild.
2022-06-29 00:58:37 +02:00
f425055a53 html-webpack-loader makes server/build use same src/index.html file
Added option for dev proxy by passing env variable: proxyhost.
File definitions and paths defined by variables instead of rewriting
string
2022-06-29 00:58:20 +02:00
caa8dffc87 New webpack config, scripts & moved dist, favicons & assets to /public 2022-03-05 13:10:21 +01:00
25dd8bea9e Updated and removed unused packages 2022-03-05 13:06:38 +01:00
105be1e411 noselect was not the issue, bug in css-loader. 2020-02-20 00:47:55 +01:00
ba670d06aa Added charjs and fetch user activity to graph from new user/activity endpoint. This fetches tautulli stats based on the plex user_id linked with the seasoned account. 2019-11-05 01:08:38 +01:00
38cec8c31a Added vue-svg-inline-loader package and updated webpack config 2019-10-04 18:26:53 +02:00
snyk-test
45bc0389ac fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-174505
2019-07-27 10:37:31 +00:00
8696d9cb16 Upgraded babel and webpack to support async keyword with preset-env over es2015 2019-06-28 21:20:35 +02:00
57df35293a Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-28 15:54:08 +02:00
125c9b0d17 Updated vue-template-compiler to 2.6 in compliance with vue v2.6 2019-06-28 15:51:38 +02:00
2ecc63913c Yarn docs command now also generates md file for documentation 2019-06-10 00:59:43 +02:00
9a84d6ebf2 Use documentation and JSDocs comments for all api functions 2019-06-10 00:55:57 +02:00
9ec6e36677 Updated version in pacage file and added compression to server requests. 2019-06-05 00:10:25 +02:00
8814d77405 Removed unused packages and updated info 2019-06-02 00:37:28 +02:00
4f25d3fd9d Upgrader vue, vue-router, babel core and loader, and added vuex 2019-06-02 00:14:45 +02:00
bf517ed4bb Changed dev port 2019-06-02 00:14:01 +02:00
b16b9c0c30 ES6 spread operator for babel 2019-06-02 00:13:37 +02:00
2f0ab80ed5 Added vue-js-modal to package. 2018-07-28 18:45:04 +02:00
a0021f3c39 Merge branch 'master' of github.com:KevinMidboe/seasonedRequest 2018-07-28 18:40:22 +02:00
105b56d2e6 Webpack dev server now gets a static port to run on. 2018-07-28 18:37:23 +02:00
3888af6051 Added vue package vue-js-modal 2018-07-25 18:18:13 +02:00
aa9bfa12d9 Re-wrote to support my api for requesting new movies. 2018-03-20 21:50:39 +01:00
Dmytro Barylo
22f69c2e6a Node server configured 2017-10-03 00:09:36 +03:00
Dmytro Barylo
ac6d57b46f version 1.0 2017-03-04 16:46:53 +02:00