This project has been migrated into HoldMail
Vue.js UI for HoldMail
This project is used as an educational tool for understanding the Vue.js ecosystem. This project replicates all of the UI features that HoldMail (using Angular) has today. This project is meant to compare UI technologies and learn more about Vue.js.
- Check-out HoldMail and follow instructions to run the server.
- Run
npm install
to setup the dependencies for this project. - Run
npm run dev
to run the Vue.js UI.
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.