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

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.

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/).