https://github.com/sunyatasattva/vue-voxel-editor
https://github.com/sunyatasattva/vue-voxel-editor
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunyatasattva/vue-voxel-editor
- Owner: sunyatasattva
- Created: 2019-05-25T14:35:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:40:12.000Z (over 2 years ago)
- Last Synced: 2025-02-05T08:16:10.213Z (4 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/).