z3dev / vue-components

VUE Components for rendering and compiling JSCAD designs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-components

VUE Components for rendering and compiling JSCAD designs

ALPHA ALPHA ALPHA

ALPHA ALPHA ALPHA

Table of Contents

Usage

See the various tutorials on how to assemble the components. Each tutorial has comments about flows and usage, and should be self explanatory.

The next steps require NPM and Node.js. This project always develops with the latest LTS releases, so install those versions.

Be sure to run these commands before running the tutorials.

npm install
npm run build

Tutorials

  • Hello - View some JSCAD solids
  • Tutorial 0 - Load and view a JSCAD design (kind of) from a file
  • Tutorial 1 - Choose a JSCAD design from a single file, then compile and view
  • Tutorial 2 - Choose a JSCAD project from a directory, then compile and view
  • Tutorial 3 - Drag and Drop any JSCAD design (file or directory), then compile and view
  • Tutorial 4 - Fetch a JSCAD design (file) from a remote site (URL), then compile and view
  • Tutorial 5 - Edit a JSCAD design on line, then compile and view
  • Tutorial 6 - Change a parameter for a JSCAD design, then compile and view

License

The MIT License (MIT) (unless specified otherwise)

About

VUE Components for rendering and compiling JSCAD designs


Languages

Language:JavaScript 54.2%Language:HTML 45.8%