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
- Host: GitHub
- URL: https://github.com/kitwaremedical/vtk-vue-starter
- Owner: KitwareMedical
- Created: 2019-02-11T23:13:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T15:45:39.000Z (over 7 years ago)
- Last Synced: 2025-03-03T11:18:23.255Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/`.