Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lin-xi/mesheditor
Mesh Editor
https://github.com/lin-xi/mesheditor
Last synced: about 6 hours ago
JSON representation
Mesh Editor
- Host: GitHub
- URL: https://github.com/lin-xi/mesheditor
- Owner: lin-xi
- Created: 2020-07-17T06:56:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T07:49:47.000Z (about 2 years ago)
- Last Synced: 2024-11-11T09:44:36.526Z (about 2 months ago)
- Language: TypeScript
- Size: 7.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeshEditor
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).