第二章 项目结构介绍、vue.config.js说明、element-ui安装

一、项目结构介绍

二、vue.config.js说明

 

三、element-ui安装

1.官网地址

https://element.eleme.cn/#/zh-CN/component/installation

2.安装依赖

npm i element-ui -S

3.全局引入

import ElementUI from "element-ui";

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

Vue.use(ElementUI);

4.参考文档使用即可

猜你喜欢

转载自www.cnblogs.com/wangchao1990/p/12697152.html
今日推荐