KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vue-krpano
★ 11
Open GitHub ↗
vue-krpano
Download README (.md)
Explore Similar Repositories
ram
:
Real-time Asset Monitor
The-Simplest-Faster-RCNN
:
Faster-RCNN with only one page of jupyter notebook;只用一页jupyter notebook完成Faster RCNN
vue-toggle-button
:
Vue Toggle Button Component
covid19-corpus
:
COVID-19 corpus with annotated biomedical entities.
load-forecasting-model
:
分布式综合智慧能源系统模型——能源负荷预测模型
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vue-krpano
?
Download (.md)
# 全景演示[krpano](https://krpano.milly.me/) --- ### 使用说明 - :point_right: 安装:npm i 或 cnpm i 或 yarn add - :point_right: 运行:npm start 或 yarn start - :point_right: 打包:npm run build 或 yarn build ### 文件结构 ```shell ├── public 打包所需静态资源 └── src ├── api axios请求 └── assets 项目静态资源 ├── icons 自定义图标资源 └── imgs 图片资源 ├── components 全局组件 ├── config 全局相关配置 ├── directive 自定义指令 ├── less 全局通用less ├── mock mock模拟数据 ├── plugins 插件配置 ├── router 路由配置 ├── store vuex配置 ├── libs 工具类库 ├── views 页面文件 ```