rename folders from PoinCloudWeb to PointCloudWeb

This commit is contained in:
Tim Wundenberg
2021-07-31 22:34:01 +02:00
parent 3b754d22f0
commit 768bc6f5cb
26 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# pointcloudweb.web
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).