A basic bare bones starter for Vue projects
After cloning the repo, do the following
# install dependencies $ yarn # run it locally at localhost:3000 $ yarn dev
Fix any ESLint warnings with yarn lint:fix.
yarn lint:fix