This is a template for use with the Vue CLI command line tool.
To get yourself up and running, simply run the following code at the command line.
$ npm install -g vue-cli $ vue init vue-template/vue-component-boilerplate awesome-new-component $ cd awesome-new-component $ npm install $ npm run serveThe built files can be found in the dist folder and can be used in NodeJS environments and also as a UMD module in the browser - hoorah!!