美文网首页
vue中安装sass,elementUI

vue中安装sass,elementUI

作者: 小宝儿_09f3 | 来源:发表于2020-06-17 11:24 被阅读0次

  [安装sass]

npm install node-sass -save-dev 

安装elementUI

npm i element-ui -S

main.js中引入

import Vue from 'vue';

import ElementUI from 'element-ui';

import 'element-ui/lib/theme-chalk/index.css';

import App from './App.vue';

Vue.use(ElementUI);

elementUI中文官网

官网:https://element.eleme.cn/#/zh-CN

相关文章

网友评论

      本文标题:vue中安装sass,elementUI

      本文链接:https://www.haomeiwen.com/subject/yioxtktx.html