uni2vue
v1.0.0
Published
transforming projects created by uniapp into projects created by Vue-CLI
Downloads
2
Readme
一行命令 将 uniapp 生成的项目 转换成 vue-cli 创建的项目
install
Using npm:
npm i uni2vue -D
Using yarn:
yarn add uni2vue -D
Usage
"script":{
"...":"other Configuration",
// 最重要的是要加上这个
"uni2vue":"uni2vue"
}