badspider7 / uni2vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一行命令 将 uniapp 生成的项目 转换成 vue-cli 创建的项目

install

Using npm:

npm i uni2vue -D

Using yarn:

yarn add uni2vue -D

Usage

"script":{
    "...":"other Configuration",
    // 最重要的是要加上这个
    "uni2vue":"uni2vue"
}

About


Languages

Language:JavaScript 100.0%