#vuejs-totaljs-project
A project to work with Vuejs2 and totaljs
Download the project using the git command using the terminal and install all dependences
git clone https://github.com/edutucci/vuejs-totaljs-project.gitnpm installTo run the project use the terminal with the command bellow, it's automatically will open the browser with a url http://127.0.0.1:8000/
npm run devBuild the project
npm run buildTest the project
npm run testWhen the project is modified it's will be automatically recompiled. Just press F5 to refresh the page.

