|
@@ -1,27 +1,37 @@
|
|
|
# ksf_project
|
|
|
|
|
|
## 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/).
|
|
|
|
|
|
-线上地址:https://houseoss.4dkankan.com/syms2/main/index.html#/
|
|
|
-krpano的场景地址 需要从oss上拉取 https://houseoss.4dkankan.com/syms2/panorama
|
|
|
+### 线上地址
|
|
|
+
|
|
|
+https://houseoss.4dkankan.com/syms2/main/index.html#/
|
|
|
+
|
|
|
+### krpano 的场景地址
|
|
|
+
|
|
|
+需要从 oss 上拉取 https://houseoss.4dkankan.com/syms2/panorama
|