Skip to content

Boilerplate vue.js template for the VIS (Uni Wien) course's D3 assignment (A3)

License

Notifications You must be signed in to change notification settings

asilcetin/vis-vue-d3

Repository files navigation

vis-vue-d3

  • 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

Project setup

Installs the dependencies for the project

npm install

Compiles and hot-reloads for development

Compiles your project code and makes the application available on a localhost instance that you can visit in your browser

npm run dev

Compiles and minifies for production

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

Customize configuration

See Vite Configuration Reference.

About

Boilerplate vue.js template for the VIS (Uni Wien) course's D3 assignment (A3)

Resources

License

Stars

Watchers

Forks

Packages

No packages published