Template for project creation of Vue inside CodeMix
This template project is just an example Hello World that guide you through the use of Vue to build a very simple web application that display the Hello World!!! Greeting.
This example has been started with the vue-cli and webpack-simple
npm install
npm run serve
npm run build
npm run test
npm run lint