https://github.com/remcoder/gcode-preview-vue-demo
This example project demonstrates the use of my gcode-preview in a Vue.js app.
https://github.com/remcoder/gcode-preview-vue-demo
Last synced: 8 months ago
JSON representation
This example project demonstrates the use of my gcode-preview in a Vue.js app.
- Host: GitHub
- URL: https://github.com/remcoder/gcode-preview-vue-demo
- Owner: remcoder
- Created: 2019-11-23T21:18:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:57:29.000Z (over 3 years ago)
- Last Synced: 2024-04-11T08:53:29.843Z (almost 2 years ago)
- Language: G-code
- Size: 2.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gcode-preview-vue-demo
This example project demonstrates the use of my [gcode-preview](https://github.com/remcoder/gcode-previewer) in a Vue.js app.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).