Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunyatasattva/vue-voxel-editor
https://github.com/sunyatasattva/vue-voxel-editor
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunyatasattva/vue-voxel-editor
- Owner: sunyatasattva
- Created: 2019-05-25T14:35:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:40:12.000Z (about 2 years ago)
- Last Synced: 2024-10-04T15:57:24.963Z (3 months ago)
- Language: Vue
- Size: 4.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voxel-editor
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).