#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.git
npm install
To 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 dev
Build the project
npm run build
Test the project
npm run test
When the project is modified it's will be automatically recompiled. Just press F5 to refresh the page.