随笔分类 -  vue

摘要:import {setStore,setUser,getStore,removeStore} from "../../../public/localstory" 在导入js文件时,推荐大家可以先看下ES6的有关内容 http://es6.ruanyifeng.com/#docs/module imp 阅读全文
posted @ 2020-02-10 09:01 是馄饨呀 阅读(6480) 评论(0) 推荐(0)
摘要:1.利用cnpm下载然后导入,用npm也是一样的: cnmp install bootstrap -S 在main.js文件下导入: import "bootstrap/dist/css/bootstrap.css" 2.如果在cnpm下下载安装没有效果,那么可以手动安装: 去bootstrap官网 阅读全文
posted @ 2020-01-17 10:54 是馄饨呀 阅读(3219) 评论(0) 推荐(0)