Install the Vue CLI und run ‘vue create PROJECTNAME’. This will create a your vueproject and create a package.json with all needed dependencies.
The full instructions can be found here.
Install bazelisk and ibazel with yarn or npm. Create a WORKSPACE File in your the Root Folder of your Application. Add the NodeJS Rules to your Workspace, as well as the NPM Packages.
TODO
npm install
npm run serve
npm run build
npm run lint