Example project with .vue files, using vue-test-utils and Tape to run unit tests.
git clone https://github.com/hchiam/tape-vue-example.git
cd tape-vue-example
npm install
npm t(Note: use npm t, not the usual node test.js used for basic Tape.)
# 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 --reportFor detailed explanation on how things work, checkout the guide and docs for vue-loader.