replace the smf server on development
VUE_APP_SMF_SERVER=host:port
do not ask for a config.user - use admin instead
VUE_APP_SMF_NO_AUTH=true
This configuration can be stored in a file named .env.development.local
sudo npm install -g @vue/cli sudo chown -R username: /usr/local/lib/node_modules vue create dash
npm install
npm run serve
npm run build
Use the following command to build a version without authorization:
npm run build-no-auth
npm run test
npm run lint
- bootstrap
- bootstrap-vue
- vue-headful
- vue-router
- vue-toasted
- vue-websocket
- vuex
- vue-resource
- i18n
- vue-analytics
$ vue add bootstrap-vue
$ npm i vue-headful
$ npm install i18n --save
$ npm i vue-analytics
$ npm i vue-resource
$ npm i vue-router
$ npm i vue-toasted
docker login -u "$DOCKER_USERNAME" --password-stdin docker build . -t solostec/smf -f docker/Dockerfile docker push solostec/smf:latest