Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 515 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 515 Bytes

vue-cli3.0 + typescript + element-ui 后台搭建

Project setup

# 克隆项目
git clone [email protected]:oOBobbyOo/vue-element-admin.git

# 安装依赖
npm install

# 淘宝镜像
npm install --registry=https://registry.npm.taobao.org

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint