1. Dependencies
#npm install
2. Run
#npm run dev
3. Compile
Modify src/config/Global.vue ServerSrc parameter, set to salt-api url
Modify build/webpack.prod.config.js The publicPath parameter, where you want to deply the site
#npm run build
4. Webserver file
Modify nginx.conf Set proxy_pass to the saltshaker_api url
Modify location to point to the dist dir.