-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(all): integration with JSCAD V2 packages
* build(all): added .gitignore * build(all): added initial package configuration * feat(all): integration with JSCAD V2 packages * build(all): build UMD components in the dist directory * feat(viewerComponent): integrated VUE store into the viewerComponent, allowing design solids to be set at anytime * docs(all): updated README
- Loading branch information
Showing
7 changed files
with
136 additions
and
4,174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
node_modules/ | ||
coverage/ | ||
.DS_Store | ||
.nyc_output | ||
package-lock.json | ||
*.log | ||
*.swp | ||
*~ | ||
dist/ | ||
docs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,21 @@ | ||
# vue-components | ||
|
||
VUE Components for rendering and compiling JSCAD designs | ||
|
||
## ALPHA ALPHA ALPHA | ||
## ALPHA ALPHA ALPHA | ||
## ALPHA ALPHA ALPHA | ||
|
||
## Table of Contents | ||
- [Usage](#usage) | ||
- [License](#license) | ||
|
||
## Usage | ||
|
||
See the various examples on how to assemble the components. | ||
Each example has comments about flows and usage, and should be self explanatory. | ||
|
||
## License | ||
|
||
[The MIT License (MIT)](https://github.com/jscad/OpenJSCAD.org/blob/master/LICENSE) | ||
(unless specified otherwise) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.