# Get started quickly
This article will give you a quick introduction to the application process of toolbox
# How to use toolbox
1: Install toolbox
yarn add @lixianbin1/toolbox # npm install @lixianbin1/toolbox
2: Reference toolbox in a project
import toolbox from '@lixianbin1/toolbox'
//Deep copy
Let obj = {Name: "name", ACE: "16"}
let copy = toolbox.deepClone( obj )
After that, you can enjoy the multi function application brought by toolbox on the page;