Skip to content

edutucci/vuejs-totaljs-project

Repository files navigation

#vuejs-totaljs-project

A project to work with Vuejs2 and totaljs

Dependencies

Installation

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

Usage

Run

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

Buid

Build the project

npm run build

Test

Test the project

npm run test

Note

When the project is modified it's will be automatically recompiled. Just press F5 to refresh the page.