LumoHacks Project
# install dependencies
sudo apt-get install nodejs
sudo npm install --global vue-cli
sudo npm install -g npm
sudo npm install
yarn install
# serve with hot reload at localhost:8080
sudo npm run dev
# build for production with minification
sudo npm run build
# build for production and view the bundle analyzer report
sudo npm run build --report
# run unit tests
sudo npm run unit
# run e2e tests
sudo npm run e2e
# run all tests
sudo npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.