1. 程式人生 > >vue安裝常用外掛命令

vue安裝常用外掛命令

1. 安裝element-ui

npm i element-ui -S

2. 安裝vuex

npm install vuex --save

3. 安裝axios

npm install --save axios