Skip to content

solosTec/dash

Repository files navigation

CircleCI

supported environment variables

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

pre steps

sudo npm install -g @vue/cli sudo chown -R username: /usr/local/lib/node_modules vue create dash

dash

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Use the following command to build a version without authorization:

npm run build-no-auth 

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

dependencies

install plugins

$ 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

create a docker container

docker login -u "$DOCKER_USERNAME" --password-stdin docker build . -t solostec/smf -f docker/Dockerfile docker push solostec/smf:latest

About

SMF dashboard

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages