# 快速上手

本文会为你快速介绍一下element-ui-dlc 的应用过程

# element-ui-dlc 的使用

1:安装 element-ui-dlc

yarn add element-ui-dlc  # npm install element-ui-dlc

2:在项目中引用 ElementUiDLC

import Vue from 'vue';
import ElementUiDLC from 'element-ui-dlc';
Vue.use(ElementUiDLC)

3:在项目中使用组件

<template>
  <div id="app">
    <el-button round>取 消</el-button>
  </div>
<template>

之后你就可以尽情在页面中享受ElementUiDLC 带来的应用;