einfachiota.de
Project setup
npm install
Add a .env
file with VUE_APP_API_URL="https://blog.einfachiota.de"
in it
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint