Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Mesh Examples

In the parent path:

# listen on port 8080
npm run serve

# build examples
npm run dev:examples

Then open http://localhost:8080/index.html to see the example.

Modify the path in entry.js#L3 to see the specific example.

Index

  • sample.vue: an basic examples.
  • gap.vue: using gap property.
  • order.vue: mesh cell order.
  • nested.vue: nested mesh component.