vue安装openlayers,jquery,bootstrap,
Posted sx00
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue安装openlayers,jquery,bootstrap,相关的知识,希望对你有一定的参考价值。
安装 安装openlayers
安装指定包
安装openlayers
VUE中的地图
import ol from "openlayers";
import "openlayers/dist/ol.css";
cnpm install openlayers --save
安装jquery
cnpm install jquery --save
import $ from ‘jquery‘
安装 bootstrap
npm install bootstrap --save-dev //能够在package.json文件夹中看到bootstrap这个模块
main.js
import ‘bootstrap/dist/css/bootstrap.min.css‘
import ‘bootstrap/dist/js/bootstrap.min‘
//**************start
vue 引入阿里 图标库
放到购物车 统一下载代码
http://www.iconfont.cn/search/index?q=download
下载解压到项目
src/assets/iconfont
main.js 全局引入
import ‘./assets/iconfont/iconfont.css‘;
使用
<i class="iconfont icon-XXX"/>
//**************end
以上是关于vue安装openlayers,jquery,bootstrap,的主要内容,如果未能解决你的问题,请参考以下文章
如何将 vue3-openlayers 插件添加到 nuxt