An open API service indexing awesome lists of open source software.

https://github.com/kitwaremedical/vtk-vue-starter

Starter repo for vtk.js and vue.js
https://github.com/kitwaremedical/vtk-vue-starter

Last synced: 12 months ago
JSON representation

Starter repo for vtk.js and vue.js

Awesome Lists containing this project

README

          

# vtk-vue-starter

This is a starter repo for vtk.js and vue using webpack as the build processing tool.
This is intended as a minimal working example for integrating both vtk.js and vue.

## Building

```
$ npm install
$ npm run build
```

To run the development server, you can run `npm run serve` to start the webpack
dev server. You can visit the live site at `http://localhost:8080/`.