├── .gitignore └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | /node_modules 3 | npm-debug.log -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mschwarzmueller/vuejs2-getting-started/HEAD/index.html --------------------------------------------------------------------------------