- Make sure you have Git, Node.js and npm installed on your machine
- Clone this repository by typing into a terminal:
git clone https://github.com/asilcetin/vis-vue-d3.git
- Go into into cloned directory by typing
cd vis-vue-d3
- Follow the steps for project setup and compiling for development
Installs the dependencies for the project
npm install
Compiles your project code and makes the application available on a localhost instance that you can visit in your browser
npm run dev
This command will create a /dist folder in your project and output compiled files (html, js, css etc.) that you can upload to the Almighty server
npm run build