krpano-editor-vuejs 简介 此项目是基于原jquery版本编辑器逻辑用vuejs重构而来。简化代码逻辑的同时美化了页面。使用了bulma.io作为样式框架,使用了开源的vue-slider-component作为视角拖动条组件如果觉得此项目对您有用,请不要吝啬您的star哦。 demo 原jquery版本 食用说明书 clone项目到本地 安装nodejs(已装的...
krpano-editor-vuejs 简介 此项目是基于原jquery版本编辑器逻辑用vuejs重构而来。 简化代码逻辑的同时美化了页面。 使用了bulma.io作为样式框架,使用了开源的vue-slider-component作为视角拖动条组件 如果觉得此项目对您有用,请不要吝啬您的star哦。 demo
A static krpano editor based on vuejs & a demo backend server based on nodejs - krpano-editor-vuejs/index.html at master · leetia316/krpano-editor-vuejs
A static krpano editor based on vuejs & a demo backend server based on nodejs - krpano-editor-vuejs/.editorconfig at master · xxweimei/krpano-editor-vuejs
assetsSubDirectory: 'krpano-vuejs', assetsSubDirectory: 'static', assetsPublicPath: '/', productionSourceMap: true, // Gzip off by default as many popular static hosts such as 1 change: 0 additions & 1 deletion 1 index.html Original file line numberDiff line numberDiff line change @@ -37...
A static krpano editor based on vuejs & a demo backend server based on nodejs - krpano-editor-vuejs/.babelrc at master · tony-wuhongtao/krpano-editor-vuejs
krpano-editor-vuejs 刚开始,不定期施工,工期未知 Build Setup #install dependenciesnpm install#serve with hot reload at localhost:8080npm run dev#build for production with minificationnpm run build#to donode app.js Releases No releases published ...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} leetia316 / krpano-editor-vuejs Public forked from xxweimei/krpano-editor-vuejs Notifications You must be signed in to change notification settings Fork 0 Star 0 Code ...
"shelljs": "^0.7.6", "url-loader": "^0.5.8", "vue-loader": "^12.1.0", "vue-slider-component": "^2.3.4", "vue-style-loader": "^3.0.1", "vue-template-compiler": "^2.3.3", "webpack": "^2.6.1", 89 changes: 69 additions & 20 deletions 89 src/Editor.vue Original fi...
web版的hotspot编辑器github.com/xxweimei/krpano-editor-vuejs web版krpano编辑器截图 附上测试用的代码:可以在任何krpano生成的tour.html下运行,会在当前屏幕中心生成一个标签 var krpano = document.querySelector("#krpanoSWFObject"); window.krpano = krpano; let h = krpano.get("view.hlookat"); ...