Skip to content

Instantly share code, notes, and snippets.

@christophsturm
Created February 28, 2019 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophsturm/e54d64e18074206c1806dd375888e29b to your computer and use it in GitHub Desktop.
Save christophsturm/e54d64e18074206c1806dd375888e29b to your computer and use it in GitHub Desktop.
vue create -b -i '{
"useConfigFiles": false,
"plugins": {
"@vue/cli-plugin-babel": {},
"@vue/cli-plugin-unit-jest": {}
},
"router": true,
"routerHistoryMode": true
}' vue-cli-bug
cd vue-cli-bug
yarn test:unit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment