ArchiSteamFarm/WebConfigGenerator
2018-07-21 19:38:15 +02:00
..
config Follow-up 2018-04-27 05:17:13 +02:00
src Translations update 2018-07-21 19:38:15 +02:00
.editorconfig Re-organize webcfg structure 2018-04-27 04:50:21 +02:00
.gitignore Re-organize webcfg structure 2018-04-27 04:50:21 +02:00
build.js Upgrade webpack, remove service worker, other small optimizations 2018-04-27 19:55:15 +02:00
cc.sh Follow-up 2018-04-27 05:17:13 +02:00
index.html Upgrade webpack, remove service worker, other small optimizations 2018-04-27 19:55:15 +02:00
package-lock.json Upgrade webpack, remove service worker, other small optimizations 2018-04-27 19:55:15 +02:00
package.json Upgrade webpack, remove service worker, other small optimizations 2018-04-27 19:55:15 +02:00
README.md Re-organize webcfg structure 2018-04-27 04:50:21 +02:00

asf-config-web

ASF config webpage

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.